Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStore ¶
type MemoryStore struct {
// contains filtered or unexported fields
}
func NewMemoryStore ¶
func NewMemoryStore() *MemoryStore
func (*MemoryStore) GetPaused ¶
func (sm *MemoryStore) GetPaused() bool
func (*MemoryStore) GetState ¶
func (sm *MemoryStore) GetState(name string) string
func (*MemoryStore) Reset ¶
func (sm *MemoryStore) Reset(name string) bool
func (*MemoryStore) ResetAll ¶
func (sm *MemoryStore) ResetAll()
func (*MemoryStore) SetPaused ¶
func (sm *MemoryStore) SetPaused(newstate bool)
func (*MemoryStore) SetState ¶
func (sm *MemoryStore) SetState(name, status string)
Click to show internal directories.
Click to hide internal directories.