Documentation ¶ Index ¶ Variables type Dispose func (d *Dispose) Close() error type StoreMap func (s *StoreMap) Add(name string, dispose *Dispose) func (s *StoreMap) Dispose(name string) *Dispose func (s *StoreMap) Store(name string) *store.SessionStore Constants ¶ This section is empty. Variables ¶ View Source var Store = StoreMap{ // contains filtered or unexported fields } Functions ¶ This section is empty. Types ¶ type Dispose ¶ type Dispose struct { Store *store.SessionStore Plugin *plugin.Client Cmd *exec.Cmd } func (*Dispose) Close ¶ func (d *Dispose) Close() error type StoreMap ¶ type StoreMap struct { // contains filtered or unexported fields } func (*StoreMap) Add ¶ func (s *StoreMap) Add(name string, dispose *Dispose) func (*StoreMap) Dispose ¶ func (s *StoreMap) Dispose(name string) *Dispose func (*StoreMap) Store ¶ func (s *StoreMap) Store(name string) *store.SessionStore Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.