go-gun/gun/storage.go

8 lines
70 B
Go
Raw Normal View History

2019-02-20 20:54:46 +00:00
package gun
type Storage interface {
}
type StorageInMem struct {
}