Documentation ¶
Index ¶
- type SchemaParser
- func (_m *SchemaParser) GetPkgAst(pkgPath string) (map[string]*ast.Package, error)
- func (_m *SchemaParser) ParseSchemaObject(pkgPath string, pkgName string, typeName string) (*openApi3Schema.SchemaObject, error)
- func (_m *SchemaParser) RegisterType(pkgPath string, pkgName string, typeName string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaParser ¶
SchemaParser is an autogenerated mock type for the SchemaParser type
func (*SchemaParser) ParseSchemaObject ¶
func (_m *SchemaParser) ParseSchemaObject(pkgPath string, pkgName string, typeName string) (*openApi3Schema.SchemaObject, error)
ParseSchemaObject provides a mock function with given fields: pkgPath, pkgName, typeName
func (*SchemaParser) RegisterType ¶
func (_m *SchemaParser) RegisterType(pkgPath string, pkgName string, typeName string) (string, error)
RegisterType provides a mock function with given fields: pkgPath, pkgName, typeName
Click to show internal directories.
Click to hide internal directories.