Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGroupParser ¶
type ApiGroupParser struct {
// contains filtered or unexported fields
}
func NewApiGroupParser ¶
func NewApiGroupParser(debug bool, filtersList []filters.Filter) ApiGroupParser
NewApiGroupParser parser for ApiGroup
type ApiParser ¶
type ApiParser struct {
// contains filtered or unexported fields
}
func NewApiParser ¶
NewApiParser parser for Api
func (*ApiParser) ParseMethods ¶
func (*ApiParser) ParseProperties ¶
type MethodParser ¶
type MethodParser struct {
// contains filtered or unexported fields
}
MethodParser wrap a parsable method
func NewMethodParser ¶
func NewMethodParser(debug bool) MethodParser
NewMethodParser init a MethodParser
type PropertyParser ¶
type PropertyParser struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.