Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Handlers = []api.Handler{ { Version: api.V1, Method: http.MethodGet, Path: "/licenses", Func: listLicenses, }, { Version: api.V1, Method: http.MethodPost, Path: "/licenses/verify", Func: verifyLicense, }, { Version: api.V1, Method: http.MethodPost, Path: "/licenses", Func: importClusterLicense, }, { Version: api.V1, Method: http.MethodPost, Path: "/licenses/hosts/:hostname", Func: importHostLicense, }, { Version: api.V1, Method: http.MethodGet, Path: "/licenses/attachments", Func: listAttachments, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.