package
0.1.0
Repository: https://github.com/alovn/apidocgen.git
Documentation: pkg.go.dev

# Functions

CheckSchemaType checks if typeName is not a name of primitive type.
IsGolangPrimitiveType determine whether the type name is a golang primitive type.
IsNumericType determines whether the type name is a numeric type.
IsPrimitiveType determine whether the type name is a primitive type.
IsSimplePrimitiveType determine whether the type name is a simple primitive type.
No description provided by the author
NewOperation creates a new Operation with default properties.
NewPackagesDefinitions create object PackagesDefinitions.
No description provided by the author
TransToValidSchemeType indicates type will transfer golang basic type to supported type.

# Constants

ANY represent a any value.
ARRAY represent a array value.
BOOLEAN represent a boolean value.
FUNC represent a function value.
INTEGER represent a integer value.
INTERFACE represent a interface value.
NIL represent a empty value.
No description provided by the author
NUMBER represent a number value.
OBJECT represent a object value.
STRING represent a string value.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Operation describes a single API operation on a path.
PackageDefinitions files and definition in a package.
No description provided by the author
No description provided by the author
No description provided by the author
TypeSpecDef the whole information of a typeSpec.