mirror of
https://github.com/ChronosX88/go-gun.git
synced 2024-11-08 20:21:01 +00:00
8 lines
70 B
Go
8 lines
70 B
Go
|
package gun
|
||
|
|
||
|
type Storage interface {
|
||
|
}
|
||
|
|
||
|
type StorageInMem struct {
|
||
|
}
|