Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Identification ¶
type Identification struct { Namespace string ID string Name string LongName string Mime string Basis []string Warning string // contains filtered or unexported fields }
func (Identification) Archive ¶
func (id Identification) Archive() config.Archive
func (Identification) CSV ¶
func (id Identification) CSV() []string
func (Identification) JSON ¶
func (id Identification) JSON() string
func (Identification) Known ¶
func (id Identification) Known() bool
func (Identification) String ¶
func (id Identification) String() string
func (Identification) Warn ¶
func (id Identification) Warn() string
func (Identification) YAML ¶
func (id Identification) YAML() string
type Identifier ¶
type Identifier struct { *identifier.Base // contains filtered or unexported fields }
func (*Identifier) Fields ¶
func (i *Identifier) Fields() []string
func (*Identifier) Recorder ¶
func (i *Identifier) Recorder() core.Recorder
func (*Identifier) Save ¶
func (i *Identifier) Save(ls *persist.LoadSaver)
type Recorder ¶
type Recorder struct { *Identifier // contains filtered or unexported fields }
func (*Recorder) Active ¶
func (r *Recorder) Active(m core.MatcherType)
func (*Recorder) Report ¶
func (r *Recorder) Report(res chan core.Identification)
Click to show internal directories.
Click to hide internal directories.