Documentation
¶
Index ¶
Constants ¶
View Source
const VERSION string = "0.6.0"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend interface {
Processor(backend Backend, pathname string) ProcessorBackend
Close() error
}
type Classification ¶
type Classifier ¶
type Classifier struct {
// contains filtered or unexported fields
}
func NewClassifier ¶
func NewClassifier(ctx *kcontext.KContext) (*Classifier, error)
func (*Classifier) Close ¶
func (cf *Classifier) Close() error
func (*Classifier) Processor ¶
func (cf *Classifier) Processor(pathname string) *Processor
Click to show internal directories.
Click to hide internal directories.