Sergey Cherepanov daa9bb1df0
move pkgs
2022-10-17 14:11:55 +03:00

6 lines
66 B
Go

package storage
type Storage interface {
ID() (string, error)
}