Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServersHandler ¶
type ServersHandler struct { handlers.HandlerLogger *builtins.SakuraCloudAPIClient }
ServersHandler サーバのIPアドレスをAレコード登録/削除するためのハンドラ
func NewServersHandler ¶
func NewServersHandler() *ServersHandler
func (*ServersHandler) Name ¶
func (h *ServersHandler) Name() string
func (*ServersHandler) PostHandle ¶
func (h *ServersHandler) PostHandle(parentCtx context.Context, req *handler.PostHandleRequest, sender handlers.ResponseSender) error
func (*ServersHandler) PreHandle ¶
func (h *ServersHandler) PreHandle(parentCtx context.Context, req *handler.HandleRequest, sender handlers.ResponseSender) error
func (*ServersHandler) Version ¶
func (h *ServersHandler) Version() string
Click to show internal directories.
Click to hide internal directories.