Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HorizontalScaleHandler ¶ added in v0.1.0
type HorizontalScaleHandler struct { handlers.HandlerLogger *builtins.SakuraCloudAPIClient }
func NewHorizontalScaleHandler ¶ added in v0.1.0
func NewHorizontalScaleHandler() *HorizontalScaleHandler
func (*HorizontalScaleHandler) Handle ¶ added in v0.1.0
func (h *HorizontalScaleHandler) Handle(parentCtx context.Context, req *handler.HandleRequest, sender handlers.ResponseSender) error
func (*HorizontalScaleHandler) Name ¶ added in v0.1.0
func (h *HorizontalScaleHandler) Name() string
func (*HorizontalScaleHandler) Version ¶ added in v0.1.0
func (h *HorizontalScaleHandler) Version() string
type VerticalScaleHandler ¶
type VerticalScaleHandler struct { handlers.HandlerLogger *builtins.SakuraCloudAPIClient }
func NewVerticalScaleHandler ¶
func NewVerticalScaleHandler() *VerticalScaleHandler
func (*VerticalScaleHandler) Handle ¶
func (h *VerticalScaleHandler) Handle(parentCtx context.Context, req *handler.HandleRequest, sender handlers.ResponseSender) error
func (*VerticalScaleHandler) Name ¶
func (h *VerticalScaleHandler) Name() string
func (*VerticalScaleHandler) Version ¶
func (h *VerticalScaleHandler) Version() string
Click to show internal directories.
Click to hide internal directories.