fix: implement Parts getter

This commit is contained in:
Derrick Hammer 2024-01-09 14:55:52 -05:00
parent 1e7baabcb3
commit 1f01f40338
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 2 deletions

View File

@ -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 {