Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APILoader ¶
type APILoader struct {
// contains filtered or unexported fields
}
APILoader is responsible for loading all apis form a datastore and configure them in a register
func NewAPILoader ¶
NewAPILoader creates a new instance of the api manager
func (*APILoader) LoadDefinitions ¶
func (m *APILoader) LoadDefinitions(repo api.Repository)
LoadDefinitions registers all ApiDefinitions from a data source
func (*APILoader) RegisterAPI ¶
RegisterAPI register an API Spec in the register
func (*APILoader) RegisterApis ¶
RegisterApis load application middleware
Click to show internal directories.
Click to hide internal directories.