Merge branch 'master' into storage_refactor
This commit is contained in:
@@ -17,6 +17,7 @@ type StorageApi interface {
|
||||
InstanceFindByAlias(sessionPrefix, alias string) (*types.Instance, error)
|
||||
// Should have the session id too, soon
|
||||
InstanceFindByIP(ip string) (*types.Instance, error)
|
||||
InstanceFindByIPAndSession(sessionPrefix, ip string) (*types.Instance, error)
|
||||
InstanceCount() (int, error)
|
||||
|
||||
ClientCount() (int, error)
|
||||
|
||||
Reference in New Issue
Block a user