Documentation ¶
Index ¶
- func NewTable(modName, instName string, _, _ []string) (module.Module, error)
- type Table
- func (s *Table) Close() error
- func (s *Table) Init(cfg *config.Map) error
- func (s *Table) InstanceName() string
- func (s *Table) Keys() ([]string, error)
- func (s *Table) Lookup(ctx context.Context, val string) (string, bool, error)
- func (s *Table) LookupMulti(ctx context.Context, val string) ([]string, error)
- func (s *Table) Name() string
- func (s *Table) RemoveKey(k string) error
- func (s *Table) SetKey(k, v string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) InstanceName ¶
func (*Table) LookupMulti ¶
Click to show internal directories.
Click to hide internal directories.