Documentation
¶
Index ¶
- type ModelsCreateAPIKeyRequest
- func (m *ModelsCreateAPIKeyRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsCreateAPIKeyRequest) MarshalBinary() ([]byte, error)
- func (m *ModelsCreateAPIKeyRequest) UnmarshalBinary(b []byte) error
- func (m *ModelsCreateAPIKeyRequest) Validate(formats strfmt.Registry) error
- type ModelsCreateAPIKeyResponse
- func (m *ModelsCreateAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsCreateAPIKeyResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsCreateAPIKeyResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsCreateAPIKeyResponse) Validate(formats strfmt.Registry) error
- type ModelsCreateDomainRequest
- func (m *ModelsCreateDomainRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsCreateDomainRequest) MarshalBinary() ([]byte, error)
- func (m *ModelsCreateDomainRequest) UnmarshalBinary(b []byte) error
- func (m *ModelsCreateDomainRequest) Validate(formats strfmt.Registry) error
- type ModelsCreateDomainResponse
- func (m *ModelsCreateDomainResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsCreateDomainResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsCreateDomainResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsCreateDomainResponse) Validate(formats strfmt.Registry) error
- type ModelsCreateFunctionResponse
- func (m *ModelsCreateFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsCreateFunctionResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsCreateFunctionResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsCreateFunctionResponse) Validate(formats strfmt.Registry) error
- type ModelsDeployFunctionResponse
- func (m *ModelsDeployFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsDeployFunctionResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsDeployFunctionResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsDeployFunctionResponse) Validate(formats strfmt.Registry) error
- type ModelsGetAPIKeyResponse
- func (m *ModelsGetAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsGetAPIKeyResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsGetAPIKeyResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsGetAPIKeyResponse) Validate(formats strfmt.Registry) error
- type ModelsGetFunctionResponse
- func (m *ModelsGetFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsGetFunctionResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsGetFunctionResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsGetFunctionResponse) Validate(formats strfmt.Registry) error
- type ModelsGetHealthResponse
- func (m *ModelsGetHealthResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsGetHealthResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsGetHealthResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsGetHealthResponse) Validate(formats strfmt.Registry) error
- type ModelsUserInfoResponse
- func (m *ModelsUserInfoResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsUserInfoResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsUserInfoResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsUserInfoResponse) Validate(formats strfmt.Registry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelsCreateAPIKeyRequest ¶ added in v0.3.13
type ModelsCreateAPIKeyRequest struct { // name Name string `json:"name,omitempty"` }
ModelsCreateAPIKeyRequest models create API key request
swagger:model models.CreateAPIKeyRequest
func (*ModelsCreateAPIKeyRequest) ContextValidate ¶ added in v0.3.13
func (m *ModelsCreateAPIKeyRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models create API key request based on context it is used
func (*ModelsCreateAPIKeyRequest) MarshalBinary ¶ added in v0.3.13
func (m *ModelsCreateAPIKeyRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsCreateAPIKeyRequest) UnmarshalBinary ¶ added in v0.3.13
func (m *ModelsCreateAPIKeyRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsCreateAPIKeyResponse ¶
type ModelsCreateAPIKeyResponse struct { // apikey Apikey string `json:"apikey,omitempty"` // created at CreatedAt string `json:"created_at,omitempty"` // id ID string `json:"id,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` }
ModelsCreateAPIKeyResponse models create API key response
swagger:model models.CreateAPIKeyResponse
func (*ModelsCreateAPIKeyResponse) ContextValidate ¶
func (m *ModelsCreateAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models create API key response based on context it is used
func (*ModelsCreateAPIKeyResponse) MarshalBinary ¶
func (m *ModelsCreateAPIKeyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsCreateAPIKeyResponse) UnmarshalBinary ¶
func (m *ModelsCreateAPIKeyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsCreateDomainRequest ¶ added in v0.3.16
type ModelsCreateDomainRequest struct { // domain Domain string `json:"domain,omitempty"` }
ModelsCreateDomainRequest models create domain request
swagger:model models.CreateDomainRequest
func (*ModelsCreateDomainRequest) ContextValidate ¶ added in v0.3.16
func (m *ModelsCreateDomainRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models create domain request based on context it is used
func (*ModelsCreateDomainRequest) MarshalBinary ¶ added in v0.3.16
func (m *ModelsCreateDomainRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsCreateDomainRequest) UnmarshalBinary ¶ added in v0.3.16
func (m *ModelsCreateDomainRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsCreateDomainResponse ¶ added in v0.3.16
type ModelsCreateDomainResponse struct { // cname Cname string `json:"cname,omitempty"` // domain Domain string `json:"domain,omitempty"` // txt cname TxtCname string `json:"txt_cname,omitempty"` }
ModelsCreateDomainResponse models create domain response
swagger:model models.CreateDomainResponse
func (*ModelsCreateDomainResponse) ContextValidate ¶ added in v0.3.16
func (m *ModelsCreateDomainResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models create domain response based on context it is used
func (*ModelsCreateDomainResponse) MarshalBinary ¶ added in v0.3.16
func (m *ModelsCreateDomainResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsCreateDomainResponse) UnmarshalBinary ¶ added in v0.3.16
func (m *ModelsCreateDomainResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsCreateFunctionResponse ¶
type ModelsCreateFunctionResponse struct { // hash Hash string `json:"hash,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` // public Public bool `json:"public,omitempty"` // tag Tag string `json:"tag,omitempty"` }
ModelsCreateFunctionResponse models create function response
swagger:model models.CreateFunctionResponse
func (*ModelsCreateFunctionResponse) ContextValidate ¶
func (m *ModelsCreateFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models create function response based on context it is used
func (*ModelsCreateFunctionResponse) MarshalBinary ¶
func (m *ModelsCreateFunctionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsCreateFunctionResponse) UnmarshalBinary ¶
func (m *ModelsCreateFunctionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsDeployFunctionResponse ¶ added in v0.3.16
type ModelsDeployFunctionResponse struct { // identifier Identifier string `json:"identifier,omitempty"` // root domain RootDomain string `json:"root_domain,omitempty"` // subdomain Subdomain string `json:"subdomain,omitempty"` }
ModelsDeployFunctionResponse models deploy function response
swagger:model models.DeployFunctionResponse
func (*ModelsDeployFunctionResponse) ContextValidate ¶ added in v0.3.16
func (m *ModelsDeployFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models deploy function response based on context it is used
func (*ModelsDeployFunctionResponse) MarshalBinary ¶ added in v0.3.16
func (m *ModelsDeployFunctionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsDeployFunctionResponse) UnmarshalBinary ¶ added in v0.3.16
func (m *ModelsDeployFunctionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsGetAPIKeyResponse ¶
type ModelsGetAPIKeyResponse struct { // created at CreatedAt string `json:"created_at,omitempty"` // id ID string `json:"id,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` }
ModelsGetAPIKeyResponse models get API key response
swagger:model models.GetAPIKeyResponse
func (*ModelsGetAPIKeyResponse) ContextValidate ¶
func (m *ModelsGetAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models get API key response based on context it is used
func (*ModelsGetAPIKeyResponse) MarshalBinary ¶
func (m *ModelsGetAPIKeyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsGetAPIKeyResponse) UnmarshalBinary ¶
func (m *ModelsGetAPIKeyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsGetFunctionResponse ¶
type ModelsGetFunctionResponse struct { // hash Hash string `json:"hash,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` // presigned url PresignedURL string `json:"presigned_url,omitempty"` // public Public bool `json:"public,omitempty"` // tag Tag string `json:"tag,omitempty"` }
ModelsGetFunctionResponse models get function response
swagger:model models.GetFunctionResponse
func (*ModelsGetFunctionResponse) ContextValidate ¶
func (m *ModelsGetFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models get function response based on context it is used
func (*ModelsGetFunctionResponse) MarshalBinary ¶
func (m *ModelsGetFunctionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsGetFunctionResponse) UnmarshalBinary ¶
func (m *ModelsGetFunctionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsGetHealthResponse ¶
type ModelsGetHealthResponse struct { // database Database bool `json:"database,omitempty"` }
ModelsGetHealthResponse models get health response
swagger:model models.GetHealthResponse
func (*ModelsGetHealthResponse) ContextValidate ¶
func (m *ModelsGetHealthResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models get health response based on context it is used
func (*ModelsGetHealthResponse) MarshalBinary ¶
func (m *ModelsGetHealthResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsGetHealthResponse) UnmarshalBinary ¶
func (m *ModelsGetHealthResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsUserInfoResponse ¶ added in v0.3.9
type ModelsUserInfoResponse struct { // email Email string `json:"email,omitempty"` // member organizations MemberOrganizations []string `json:"member_organizations"` // organization Organization string `json:"organization,omitempty"` // owned organizations OwnedOrganizations []string `json:"owned_organizations"` }
ModelsUserInfoResponse models user info response
swagger:model models.UserInfoResponse
func (*ModelsUserInfoResponse) ContextValidate ¶ added in v0.3.9
func (m *ModelsUserInfoResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models user info response based on context it is used
func (*ModelsUserInfoResponse) MarshalBinary ¶ added in v0.3.9
func (m *ModelsUserInfoResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsUserInfoResponse) UnmarshalBinary ¶ added in v0.3.9
func (m *ModelsUserInfoResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Source Files
¶
- models_create_api_key_request.go
- models_create_api_key_response.go
- models_create_domain_request.go
- models_create_domain_response.go
- models_create_function_response.go
- models_deploy_function_response.go
- models_get_api_key_response.go
- models_get_function_response.go
- models_get_health_response.go
- models_user_info_response.go