Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Registry = make(map[string]Filter)
Functions ¶
Types ¶
type GoASTCompressFilter ¶
type GoASTCompressFilter struct{}
func (*GoASTCompressFilter) Name ¶
func (f *GoASTCompressFilter) Name() string
func (*GoASTCompressFilter) Process ¶
func (f *GoASTCompressFilter) Process(content string) string
type TFIDFFilter ¶
type TFIDFFilter struct{}
func (*TFIDFFilter) Name ¶
func (f *TFIDFFilter) Name() string
func (*TFIDFFilter) Process ¶
func (f *TFIDFFilter) Process(content string) string
Click to show internal directories.
Click to hide internal directories.