Documentation ¶
Index ¶
- func BulkCreateNetworksHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateImageHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateNetworkHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateNodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateSubnetHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateVolumeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateVolumeTypesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteImageHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteNetworkHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteNodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteVolumeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteVolumeTypeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetComputeLimitsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetServersDetailedByIdHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetVolumeDetailedByIdHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetVolumeLimitsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListFlavorsDetailHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListImagesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListNetworksHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListNodesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListServersDetailedHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListVolumeTypesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListVolumesDetailHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListVolumesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func PauseServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func RebootServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ShowNetworkDetailsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ShowNodeDetailsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func StartServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func StopServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateNetworkHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateVolumeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UploadImageHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BulkCreateNetworksHandler ¶
func BulkCreateNetworksHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateImageHandler ¶
func CreateImageHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateNetworkHandler ¶
func CreateNetworkHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateNodeHandler ¶
func CreateNodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateServerHandler ¶
func CreateServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateSubnetHandler ¶
func CreateSubnetHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateVolumeHandler ¶
func CreateVolumeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateVolumeTypesHandler ¶
func CreateVolumeTypesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteImageHandler ¶
func DeleteImageHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteNetworkHandler ¶
func DeleteNetworkHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteNodeHandler ¶
func DeleteNodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteServerHandler ¶
func DeleteServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteVolumeHandler ¶
func DeleteVolumeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteVolumeTypeHandler ¶
func DeleteVolumeTypeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetComputeLimitsHandler ¶
func GetComputeLimitsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetServersDetailedByIdHandler ¶
func GetServersDetailedByIdHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetVolumeDetailedByIdHandler ¶
func GetVolumeDetailedByIdHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetVolumeLimitsHandler ¶
func GetVolumeLimitsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListFlavorsDetailHandler ¶
func ListFlavorsDetailHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListImagesHandler ¶
func ListImagesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListNetworksHandler ¶
func ListNetworksHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListNodesHandler ¶
func ListNodesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListServerHandler ¶
func ListServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListServersDetailedHandler ¶
func ListServersDetailedHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListVolumeTypesHandler ¶
func ListVolumeTypesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListVolumesDetailHandler ¶
func ListVolumesDetailHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListVolumesHandler ¶
func ListVolumesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func PauseServerHandler ¶
func PauseServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func RebootServerHandler ¶
func RebootServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ShowNetworkDetailsHandler ¶
func ShowNetworkDetailsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ShowNodeDetailsHandler ¶
func ShowNodeDetailsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func StartServerHandler ¶
func StartServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func StopServerHandler ¶
func StopServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateNetworkHandler ¶
func UpdateNetworkHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateServerHandler ¶
func UpdateServerHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateVolumeHandler ¶
func UpdateVolumeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UploadImageHandler ¶
func UploadImageHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Types ¶
This section is empty.
Source Files ¶
- bulkcreatenetworkshandler.go
- createimagehandler.go
- createnetworkhandler.go
- createnodehandler.go
- createserverhandler.go
- createsubnethandler.go
- createvolumehandler.go
- createvolumetypeshandler.go
- deleteimagehandler.go
- deletenetworkhandler.go
- deletenodehandler.go
- deleteserverhandler.go
- deletevolumehandler.go
- deletevolumetypehandler.go
- getcomputelimitshandler.go
- getserversdetailedbyidhandler.go
- getvolumedetailedbyidhandler.go
- getvolumelimitshandler.go
- listflavorsdetailhandler.go
- listimageshandler.go
- listnetworkshandler.go
- listnodeshandler.go
- listserverhandler.go
- listserversdetailedhandler.go
- listvolumesdetailhandler.go
- listvolumeshandler.go
- listvolumetypeshandler.go
- pauseserverhandler.go
- rebootserverhandler.go
- shownetworkdetailshandler.go
- shownodedetailshandler.go
- startserverhandler.go
- stopserverhandler.go
- updatenetworkhandler.go
- updateserverhandler.go
- updatevolumehandler.go
- uploadimagehandler.go
Click to show internal directories.
Click to hide internal directories.