Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NextVersion ¶
func NextVersion() uint64
Types ¶
type InMemoryStore ¶
type InMemoryStore struct {
// contains filtered or unexported fields
}
func NewInMemoryStore ¶
func NewInMemoryStore() *InMemoryStore
func (*InMemoryStore) Fetch ¶
func (m *InMemoryStore) Fetch(id string) (*matchmaking.Matchstate, error)
func (*InMemoryStore) Healthy ¶
func (m *InMemoryStore) Healthy() error
func (*InMemoryStore) Save ¶
func (m *InMemoryStore) Save(matchstate *matchmaking.Matchstate) error
type MatchstatesMap ¶
type MatchstatesMap = map[string]*matchmaking.Matchstate
Click to show internal directories.
Click to hide internal directories.