Documentation
¶
Index ¶
- Constants
- func NewFile(_, instName string, _, inlineArgs []string) (module.Module, error)
- func NewIdentity(modName, instName string, _, _ []string) (module.Module, error)
- func NewRegexp(modName, instName string, _, inlineArgs []string) (module.Module, error)
- func NewSQL(modName, instName string, _, _ []string) (module.Module, error)
- func NewSQLTable(modName, instName string, _, _ []string) (module.Module, error)
- func NewStatic(modName, instName string, _, _ []string) (module.Module, error)
- type File
- type Identity
- type Regexp
- type SQL
- func (s *SQL) Close() error
- func (s *SQL) Init(cfg *config.Map) error
- func (s *SQL) InstanceName() string
- func (s *SQL) Keys() ([]string, error)
- func (s *SQL) Lookup(val string) (string, bool, error)
- func (s *SQL) Name() string
- func (s *SQL) RemoveKey(k string) error
- func (s *SQL) SetKey(k, v string) error
- type SQLTable
- func (s *SQLTable) Close() error
- func (s *SQLTable) Init(cfg *config.Map) error
- func (s *SQLTable) InstanceName() string
- func (s *SQLTable) Keys() ([]string, error)
- func (s *SQLTable) Lookup(val string) (string, bool, error)
- func (s *SQLTable) Name() string
- func (s *SQLTable) RemoveKey(k string) error
- func (s *SQLTable) SetKey(k, v string) error
- type Static
Constants ¶
View Source
const FileModName = "file"
Variables ¶
This section is empty.
Functions ¶
func NewSQLTable ¶ added in v0.3.0
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) InstanceName ¶
type Identity ¶
type Identity struct {
// contains filtered or unexported fields
}
func (*Identity) InstanceName ¶
type Regexp ¶
type Regexp struct {
// contains filtered or unexported fields
}
func (*Regexp) InstanceName ¶
type SQLTable ¶ added in v0.3.0
type SQLTable struct {
// contains filtered or unexported fields
}
func (*SQLTable) InstanceName ¶ added in v0.3.0
type Static ¶
type Static struct {
// contains filtered or unexported fields
}
func (*Static) InstanceName ¶
Click to show internal directories.
Click to hide internal directories.