Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRequest ¶
type GetRequest = model.TemplateVersionQueryInput
type GetResponse ¶
type GetResponse = *model.TemplateVersionOutput
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (Handler) Get ¶
func (h Handler) Get(req GetRequest) (GetResponse, error)
func (Handler) RouteReset ¶
func (h Handler) RouteReset(req RouteResetRequest) error
func (Handler) Update ¶
func (h Handler) Update(req UpdateRequest) error
type RouteResetRequest ¶
type RouteResetRequest struct { model.TemplateVersionQueryInput `path:",inline"` // contains filtered or unexported fields }
type UpdateRequest ¶
type UpdateRequest struct {
model.TemplateVersionUpdateInput `path:",inline" json:",inline"`
}
func (*UpdateRequest) Validate ¶
func (r *UpdateRequest) Validate() error
Click to show internal directories.
Click to hide internal directories.