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 {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
return s.parts
|
||||
}
|
||||
|
||||
func (s *StorageLocationImpl) BinaryParts() [][]byte {
|
||||
|
|
Loading…
Reference in New Issue