Documentation ¶
Index ¶
- Constants
- func ExecuteSimpleTagWithStringHandler(code string, funcMap map[string]func(string2 string) []string) ([]string, error)
- func ExecuteWithStringHandler(code string, funcMap map[string]func(string2 string) []string) ([]string, error)
- func GetResultVerbose(f *parser.FuzzResult) []string
- func NewGenerator(code string, table map[string]*parser.TagMethod, isSimple, syncTag bool) (*parser.Generator, error)
- func ParseFuzztag(code string, simple bool) ([]parser.Node, error)
- type FuzzTag
- type RawTag
- type ReaderGenerator
- type SimpleFuzzTag
- type TagReader
Constants ¶
View Source
const ( MethodLeft = "(" MethodRight = ")" )
View Source
const YakHotPatchErr = "__YakHotPatchErr@"
Variables ¶
This section is empty.
Functions ¶
func ExecuteSimpleTagWithStringHandler ¶ added in v1.2.9
func GetResultVerbose ¶
func GetResultVerbose(f *parser.FuzzResult) []string
func NewGenerator ¶
Types ¶
type ReaderGenerator ¶ added in v1.3.3
type ReaderGenerator struct {
// contains filtered or unexported fields
}
func NewTagReader ¶ added in v1.3.3
func (*ReaderGenerator) Next ¶ added in v1.3.3
func (r *ReaderGenerator) Next() bool
type SimpleFuzzTag ¶ added in v1.2.9
func (*SimpleFuzzTag) Exec ¶ added in v1.2.9
func (f *SimpleFuzzTag) Exec(raw *parser.FuzzResult, methods ...map[string]*parser.TagMethod) ([]*parser.FuzzResult, error)
Click to show internal directories.
Click to hide internal directories.