Versions in this module Expand all Collapse all v1 v1.8.1 Mar 13, 2026 Changes in this version + const GetCallHomeOptionValueOKCode + const SetCallHomeStatusNoContentCode + type GetCallHomeOptionValue struct + Context *middleware.Context + Handler GetCallHomeOptionValueHandler + func NewGetCallHomeOptionValue(ctx *middleware.Context, handler GetCallHomeOptionValueHandler) *GetCallHomeOptionValue + func (o *GetCallHomeOptionValue) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetCallHomeOptionValueDefault struct + Payload *models.APIError + func NewGetCallHomeOptionValueDefault(code int) *GetCallHomeOptionValueDefault + func (o *GetCallHomeOptionValueDefault) SetPayload(payload *models.APIError) + func (o *GetCallHomeOptionValueDefault) SetStatusCode(code int) + func (o *GetCallHomeOptionValueDefault) WithPayload(payload *models.APIError) *GetCallHomeOptionValueDefault + func (o *GetCallHomeOptionValueDefault) WithStatusCode(code int) *GetCallHomeOptionValueDefault + func (o *GetCallHomeOptionValueDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetCallHomeOptionValueHandler interface + Handle func(GetCallHomeOptionValueParams, *models.Principal) middleware.Responder + type GetCallHomeOptionValueHandlerFunc func(GetCallHomeOptionValueParams, *models.Principal) middleware.Responder + func (fn GetCallHomeOptionValueHandlerFunc) Handle(params GetCallHomeOptionValueParams, principal *models.Principal) middleware.Responder + type GetCallHomeOptionValueOK struct + Payload *models.CallHomeGetResponse + func NewGetCallHomeOptionValueOK() *GetCallHomeOptionValueOK + func (o *GetCallHomeOptionValueOK) SetPayload(payload *models.CallHomeGetResponse) + func (o *GetCallHomeOptionValueOK) WithPayload(payload *models.CallHomeGetResponse) *GetCallHomeOptionValueOK + func (o *GetCallHomeOptionValueOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetCallHomeOptionValueParams struct + HTTPRequest *http.Request + func NewGetCallHomeOptionValueParams() GetCallHomeOptionValueParams + func (o *GetCallHomeOptionValueParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetCallHomeOptionValueURL struct + func (o *GetCallHomeOptionValueURL) Build() (*url.URL, error) + func (o *GetCallHomeOptionValueURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetCallHomeOptionValueURL) Must(u *url.URL, err error) *url.URL + func (o *GetCallHomeOptionValueURL) SetBasePath(bp string) + func (o *GetCallHomeOptionValueURL) String() string + func (o *GetCallHomeOptionValueURL) StringFull(scheme, host string) string + func (o *GetCallHomeOptionValueURL) WithBasePath(bp string) *GetCallHomeOptionValueURL + type SetCallHomeStatus struct + Context *middleware.Context + Handler SetCallHomeStatusHandler + func NewSetCallHomeStatus(ctx *middleware.Context, handler SetCallHomeStatusHandler) *SetCallHomeStatus + func (o *SetCallHomeStatus) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type SetCallHomeStatusDefault struct + Payload *models.APIError + func NewSetCallHomeStatusDefault(code int) *SetCallHomeStatusDefault + func (o *SetCallHomeStatusDefault) SetPayload(payload *models.APIError) + func (o *SetCallHomeStatusDefault) SetStatusCode(code int) + func (o *SetCallHomeStatusDefault) WithPayload(payload *models.APIError) *SetCallHomeStatusDefault + func (o *SetCallHomeStatusDefault) WithStatusCode(code int) *SetCallHomeStatusDefault + func (o *SetCallHomeStatusDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type SetCallHomeStatusHandler interface + Handle func(SetCallHomeStatusParams, *models.Principal) middleware.Responder + type SetCallHomeStatusHandlerFunc func(SetCallHomeStatusParams, *models.Principal) middleware.Responder + func (fn SetCallHomeStatusHandlerFunc) Handle(params SetCallHomeStatusParams, principal *models.Principal) middleware.Responder + type SetCallHomeStatusNoContent struct + func NewSetCallHomeStatusNoContent() *SetCallHomeStatusNoContent + func (o *SetCallHomeStatusNoContent) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type SetCallHomeStatusParams struct + Body *models.CallHomeSetStatus + HTTPRequest *http.Request + func NewSetCallHomeStatusParams() SetCallHomeStatusParams + func (o *SetCallHomeStatusParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type SetCallHomeStatusURL struct + func (o *SetCallHomeStatusURL) Build() (*url.URL, error) + func (o *SetCallHomeStatusURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *SetCallHomeStatusURL) Must(u *url.URL, err error) *url.URL + func (o *SetCallHomeStatusURL) SetBasePath(bp string) + func (o *SetCallHomeStatusURL) String() string + func (o *SetCallHomeStatusURL) StringFull(scheme, host string) string + func (o *SetCallHomeStatusURL) WithBasePath(bp string) *SetCallHomeStatusURL