Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pattern ¶
type Pattern struct {
// contains filtered or unexported fields
}
func CompilePattern ¶
func (*Pattern) MatchPrefix ¶
type Rule ¶
type Rule struct {
Any bool `json:"any"`
Kind *string `json:"kind"`
Pkg *string `json:"pkg"`
Name *string `json:"name"`
Stdlib *bool `json:"stdlib"`
MainModule *bool `json:"main_module"`
Generic *bool `json:"generic"`
Exported *bool `json:"exported"`
Action string `json:"action"` // include,exclude or empty
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.