scenario

package
v2.5.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Director

type Director interface {
	SetState(name, status string)
	GetState(name string) string
	Reset(name string) bool
	ResetAll()
	SetPaused(newstate bool)
	GetPaused() bool
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL