package gun type Storage interface { } type StorageInMem struct { }