Documentation ¶
Overview ¶
Package memory provides an in-memory registry
Index ¶
- func Apps(s map[string][]*registry.App) registry.Option
- func NewTable(opts ...registry.Option) registry.Table
- type Table
- func (m *Table) Add(s *registry.App, opts ...registry.AddOption) error
- func (m *Table) Get(name string, opts ...registry.GetOption) ([]*registry.App, error)
- func (m *Table) Init(opts ...registry.Option) error
- func (m *Table) List(opts ...registry.ListOption) ([]*registry.App, error)
- func (m *Table) Options() registry.Options
- func (m *Table) Remove(s *registry.App, opts ...registry.RemoveOption) error
- func (m *Table) String() string
- func (m *Table) Watch(opts ...registry.WatchOption) (registry.Watcher, error)
- type Watcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.