Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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) RegisterAPI ¶
func (m *APILoader) RegisterAPI(def *api.Definition)
RegisterAPI register an API Definition in the register
func (*APILoader) RegisterAPIs ¶
func (m *APILoader) RegisterAPIs(cfgs []*api.Definition)
RegisterAPIs load application middleware
Click to show internal directories.
Click to hide internal directories.