models

package
v0.3.18-pre Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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

func (*ModelsCreateAPIKeyRequest) Validate added in v0.3.13

func (m *ModelsCreateAPIKeyRequest) Validate(formats strfmt.Registry) error

Validate validates this models create API key request

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

func (*ModelsCreateAPIKeyResponse) Validate

func (m *ModelsCreateAPIKeyResponse) Validate(formats strfmt.Registry) error

Validate validates this models create API key response

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

func (*ModelsCreateDomainRequest) Validate added in v0.3.16

func (m *ModelsCreateDomainRequest) Validate(formats strfmt.Registry) error

Validate validates this models create domain request

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

func (*ModelsCreateDomainResponse) Validate added in v0.3.16

func (m *ModelsCreateDomainResponse) Validate(formats strfmt.Registry) error

Validate validates this models create domain response

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

func (*ModelsCreateFunctionResponse) Validate

func (m *ModelsCreateFunctionResponse) Validate(formats strfmt.Registry) error

Validate validates this models create function response

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

func (*ModelsDeployFunctionResponse) Validate added in v0.3.16

func (m *ModelsDeployFunctionResponse) Validate(formats strfmt.Registry) error

Validate validates this models deploy function response

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

func (*ModelsGetAPIKeyResponse) Validate

func (m *ModelsGetAPIKeyResponse) Validate(formats strfmt.Registry) error

Validate validates this models get API key response

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

func (*ModelsGetFunctionResponse) Validate

func (m *ModelsGetFunctionResponse) Validate(formats strfmt.Registry) error

Validate validates this models get function response

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

func (*ModelsGetHealthResponse) Validate

func (m *ModelsGetHealthResponse) Validate(formats strfmt.Registry) error

Validate validates this models get health response

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

func (*ModelsUserInfoResponse) Validate added in v0.3.9

func (m *ModelsUserInfoResponse) Validate(formats strfmt.Registry) error

Validate validates this models user info response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL