fix: implement Parts getter
This commit is contained in:
parent
1e7baabcb3
commit
1f01f40338
|
@ -38,8 +38,7 @@ func (s *StorageLocationImpl) Type() int {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *StorageLocationImpl) Parts() []string {
|
func (s *StorageLocationImpl) Parts() []string {
|
||||||
//TODO implement me
|
return s.parts
|
||||||
panic("implement me")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *StorageLocationImpl) BinaryParts() [][]byte {
|
func (s *StorageLocationImpl) BinaryParts() [][]byte {
|
||||||
|
|
Loading…
Reference in New Issue