Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIBuilder ¶
type APIBuilder struct {
// contains filtered or unexported fields
}
APIBuilder builds api definitions by specified package.
func NewAPIBuilder ¶
func NewAPIBuilder(root string, paths ...string) *APIBuilder
NewAPIBuilder creates an api builder.
func (*APIBuilder) Build ¶
func (b *APIBuilder) Build() (*api.Definitions, error)
Build build api definitions.
Click to show internal directories.
Click to hide internal directories.