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 NewStatic(modName, instName string, _, _ []string) (module.Module, error)
- type File
- type Identity
- type Regexp
- type SQL
- type Static
Constants ¶
View Source
const FileModName = "file_table"
Variables ¶
This section is empty.
Functions ¶
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 Static ¶
type Static struct {
// contains filtered or unexported fields
}
func (*Static) InstanceName ¶
Click to show internal directories.
Click to hide internal directories.