models

package
v0.0.0-...-f21d557 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CentrifugoProxyBoolValue

type CentrifugoProxyBoolValue struct {

	// value
	Value bool `json:"value,omitempty"`
}

CentrifugoProxyBoolValue centrifugo proxy bool value

swagger:model CentrifugoProxyBoolValue

func (*CentrifugoProxyBoolValue) ContextValidate

func (m *CentrifugoProxyBoolValue) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy bool value based on context it is used

func (*CentrifugoProxyBoolValue) MarshalBinary

func (m *CentrifugoProxyBoolValue) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyBoolValue) UnmarshalBinary

func (m *CentrifugoProxyBoolValue) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyBoolValue) Validate

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

Validate validates this centrifugo proxy bool value

type CentrifugoProxyChannelsCapability

type CentrifugoProxyChannelsCapability struct {

	// allow
	Allow []string `json:"allow"`

	// channels
	Channels []string `json:"channels"`

	// match
	Match string `json:"match,omitempty"`
}

CentrifugoProxyChannelsCapability centrifugo proxy channels capability

swagger:model CentrifugoProxyChannelsCapability

func (*CentrifugoProxyChannelsCapability) ContextValidate

func (m *CentrifugoProxyChannelsCapability) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy channels capability based on context it is used

func (*CentrifugoProxyChannelsCapability) MarshalBinary

func (m *CentrifugoProxyChannelsCapability) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyChannelsCapability) UnmarshalBinary

func (m *CentrifugoProxyChannelsCapability) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyChannelsCapability) Validate

Validate validates this centrifugo proxy channels capability

type CentrifugoProxyConnectRequest

type CentrifugoProxyConnectRequest struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// channels
	Channels []string `json:"channels"`

	// client
	Client string `json:"client,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// encoding
	Encoding string `json:"encoding,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// transport
	Transport string `json:"transport,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

CentrifugoProxyConnectRequest centrifugo proxy connect request

swagger:model CentrifugoProxyConnectRequest

func (*CentrifugoProxyConnectRequest) ContextValidate

func (m *CentrifugoProxyConnectRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy connect request based on context it is used

func (*CentrifugoProxyConnectRequest) MarshalBinary

func (m *CentrifugoProxyConnectRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyConnectRequest) UnmarshalBinary

func (m *CentrifugoProxyConnectRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyConnectRequest) Validate

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

Validate validates this centrifugo proxy connect request

type CentrifugoProxyConnectResponse

type CentrifugoProxyConnectResponse struct {

	// disconnect
	Disconnect *CentrifugoProxyDisconnect `json:"disconnect,omitempty"`

	// error
	Error *CentrifugoProxyError `json:"error,omitempty"`

	// result
	Result *CentrifugoProxyConnectResult `json:"result,omitempty"`
}

CentrifugoProxyConnectResponse centrifugo proxy connect response

swagger:model CentrifugoProxyConnectResponse

func (*CentrifugoProxyConnectResponse) ContextValidate

func (m *CentrifugoProxyConnectResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy connect response based on the context it is used

func (*CentrifugoProxyConnectResponse) MarshalBinary

func (m *CentrifugoProxyConnectResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyConnectResponse) UnmarshalBinary

func (m *CentrifugoProxyConnectResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyConnectResponse) Validate

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

Validate validates this centrifugo proxy connect response

type CentrifugoProxyConnectResult

type CentrifugoProxyConnectResult struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// b64info
	B64info string `json:"b64info,omitempty"`

	// caps
	Caps []*CentrifugoProxyChannelsCapability `json:"caps"`

	// channels
	Channels []string `json:"channels"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// expire at
	ExpireAt string `json:"expireAt,omitempty"`

	// info
	// Format: byte
	Info strfmt.Base64 `json:"info,omitempty"`

	// meta
	// Format: byte
	Meta strfmt.Base64 `json:"meta,omitempty"`

	// subs
	Subs map[string]CentrifugoProxySubscribeOptions `json:"subs,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

CentrifugoProxyConnectResult centrifugo proxy connect result

swagger:model CentrifugoProxyConnectResult

func (*CentrifugoProxyConnectResult) ContextValidate

func (m *CentrifugoProxyConnectResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy connect result based on the context it is used

func (*CentrifugoProxyConnectResult) MarshalBinary

func (m *CentrifugoProxyConnectResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyConnectResult) UnmarshalBinary

func (m *CentrifugoProxyConnectResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyConnectResult) Validate

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

Validate validates this centrifugo proxy connect result

type CentrifugoProxyDisconnect

type CentrifugoProxyDisconnect struct {

	// code
	Code int64 `json:"code,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`
}

CentrifugoProxyDisconnect centrifugo proxy disconnect

swagger:model CentrifugoProxyDisconnect

func (*CentrifugoProxyDisconnect) ContextValidate

func (m *CentrifugoProxyDisconnect) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy disconnect based on context it is used

func (*CentrifugoProxyDisconnect) MarshalBinary

func (m *CentrifugoProxyDisconnect) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyDisconnect) UnmarshalBinary

func (m *CentrifugoProxyDisconnect) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyDisconnect) Validate

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

Validate validates this centrifugo proxy disconnect

type CentrifugoProxyError

type CentrifugoProxyError struct {

	// code
	Code int64 `json:"code,omitempty"`

	// message
	Message string `json:"message,omitempty"`

	// temporary
	Temporary bool `json:"temporary,omitempty"`
}

CentrifugoProxyError centrifugo proxy error

swagger:model CentrifugoProxyError

func (*CentrifugoProxyError) ContextValidate

func (m *CentrifugoProxyError) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy error based on context it is used

func (*CentrifugoProxyError) MarshalBinary

func (m *CentrifugoProxyError) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyError) UnmarshalBinary

func (m *CentrifugoProxyError) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyError) Validate

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

Validate validates this centrifugo proxy error

type CentrifugoProxyPublishRequest

type CentrifugoProxyPublishRequest struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// channel
	Channel string `json:"channel,omitempty"`

	// client
	Client string `json:"client,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// encoding
	Encoding string `json:"encoding,omitempty"`

	// meta
	// Format: byte
	Meta strfmt.Base64 `json:"meta,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// transport
	Transport string `json:"transport,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

CentrifugoProxyPublishRequest centrifugo proxy publish request

swagger:model CentrifugoProxyPublishRequest

func (*CentrifugoProxyPublishRequest) ContextValidate

func (m *CentrifugoProxyPublishRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy publish request based on context it is used

func (*CentrifugoProxyPublishRequest) MarshalBinary

func (m *CentrifugoProxyPublishRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyPublishRequest) UnmarshalBinary

func (m *CentrifugoProxyPublishRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyPublishRequest) Validate

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

Validate validates this centrifugo proxy publish request

type CentrifugoProxyPublishResponse

type CentrifugoProxyPublishResponse struct {

	// disconnect
	Disconnect *CentrifugoProxyDisconnect `json:"disconnect,omitempty"`

	// error
	Error *CentrifugoProxyError `json:"error,omitempty"`

	// result
	Result *CentrifugoProxyPublishResult `json:"result,omitempty"`
}

CentrifugoProxyPublishResponse centrifugo proxy publish response

swagger:model CentrifugoProxyPublishResponse

func (*CentrifugoProxyPublishResponse) ContextValidate

func (m *CentrifugoProxyPublishResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy publish response based on the context it is used

func (*CentrifugoProxyPublishResponse) MarshalBinary

func (m *CentrifugoProxyPublishResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyPublishResponse) UnmarshalBinary

func (m *CentrifugoProxyPublishResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyPublishResponse) Validate

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

Validate validates this centrifugo proxy publish response

type CentrifugoProxyPublishResult

type CentrifugoProxyPublishResult struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// skip history
	SkipHistory bool `json:"skipHistory,omitempty"`
}

CentrifugoProxyPublishResult centrifugo proxy publish result

swagger:model CentrifugoProxyPublishResult

func (*CentrifugoProxyPublishResult) ContextValidate

func (m *CentrifugoProxyPublishResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy publish result based on context it is used

func (*CentrifugoProxyPublishResult) MarshalBinary

func (m *CentrifugoProxyPublishResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyPublishResult) UnmarshalBinary

func (m *CentrifugoProxyPublishResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyPublishResult) Validate

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

Validate validates this centrifugo proxy publish result

type CentrifugoProxyRPCRequest

type CentrifugoProxyRPCRequest struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// client
	Client string `json:"client,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// encoding
	Encoding string `json:"encoding,omitempty"`

	// meta
	// Format: byte
	Meta strfmt.Base64 `json:"meta,omitempty"`

	// method
	Method string `json:"method,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// transport
	Transport string `json:"transport,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

CentrifugoProxyRPCRequest centrifugo proxy RPC request

swagger:model CentrifugoProxyRPCRequest

func (*CentrifugoProxyRPCRequest) ContextValidate

func (m *CentrifugoProxyRPCRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy RPC request based on context it is used

func (*CentrifugoProxyRPCRequest) MarshalBinary

func (m *CentrifugoProxyRPCRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyRPCRequest) UnmarshalBinary

func (m *CentrifugoProxyRPCRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyRPCRequest) Validate

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

Validate validates this centrifugo proxy RPC request

type CentrifugoProxyRPCResponse

type CentrifugoProxyRPCResponse struct {

	// disconnect
	Disconnect *CentrifugoProxyDisconnect `json:"disconnect,omitempty"`

	// error
	Error *CentrifugoProxyError `json:"error,omitempty"`

	// result
	Result *CentrifugoProxyRPCResult `json:"result,omitempty"`
}

CentrifugoProxyRPCResponse centrifugo proxy RPC response

swagger:model CentrifugoProxyRPCResponse

func (*CentrifugoProxyRPCResponse) ContextValidate

func (m *CentrifugoProxyRPCResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy RPC response based on the context it is used

func (*CentrifugoProxyRPCResponse) MarshalBinary

func (m *CentrifugoProxyRPCResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyRPCResponse) UnmarshalBinary

func (m *CentrifugoProxyRPCResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyRPCResponse) Validate

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

Validate validates this centrifugo proxy RPC response

type CentrifugoProxyRPCResult

type CentrifugoProxyRPCResult struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`
}

CentrifugoProxyRPCResult centrifugo proxy RPC result

swagger:model CentrifugoProxyRPCResult

func (*CentrifugoProxyRPCResult) ContextValidate

func (m *CentrifugoProxyRPCResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy RPC result based on context it is used

func (*CentrifugoProxyRPCResult) MarshalBinary

func (m *CentrifugoProxyRPCResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyRPCResult) UnmarshalBinary

func (m *CentrifugoProxyRPCResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyRPCResult) Validate

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

Validate validates this centrifugo proxy RPC result

type CentrifugoProxyRefreshRequest

type CentrifugoProxyRefreshRequest struct {

	// client
	Client string `json:"client,omitempty"`

	// encoding
	Encoding string `json:"encoding,omitempty"`

	// meta
	// Format: byte
	Meta strfmt.Base64 `json:"meta,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// transport
	Transport string `json:"transport,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

CentrifugoProxyRefreshRequest centrifugo proxy refresh request

swagger:model CentrifugoProxyRefreshRequest

func (*CentrifugoProxyRefreshRequest) ContextValidate

func (m *CentrifugoProxyRefreshRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy refresh request based on context it is used

func (*CentrifugoProxyRefreshRequest) MarshalBinary

func (m *CentrifugoProxyRefreshRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyRefreshRequest) UnmarshalBinary

func (m *CentrifugoProxyRefreshRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyRefreshRequest) Validate

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

Validate validates this centrifugo proxy refresh request

type CentrifugoProxyRefreshResponse

type CentrifugoProxyRefreshResponse struct {

	// disconnect
	Disconnect *CentrifugoProxyDisconnect `json:"disconnect,omitempty"`

	// error
	Error *CentrifugoProxyError `json:"error,omitempty"`

	// result
	Result *CentrifugoProxyRefreshResult `json:"result,omitempty"`
}

CentrifugoProxyRefreshResponse centrifugo proxy refresh response

swagger:model CentrifugoProxyRefreshResponse

func (*CentrifugoProxyRefreshResponse) ContextValidate

func (m *CentrifugoProxyRefreshResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy refresh response based on the context it is used

func (*CentrifugoProxyRefreshResponse) MarshalBinary

func (m *CentrifugoProxyRefreshResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyRefreshResponse) UnmarshalBinary

func (m *CentrifugoProxyRefreshResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyRefreshResponse) Validate

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

Validate validates this centrifugo proxy refresh response

type CentrifugoProxyRefreshResult

type CentrifugoProxyRefreshResult struct {

	// b64info
	B64info string `json:"b64info,omitempty"`

	// caps
	Caps []*CentrifugoProxyChannelsCapability `json:"caps"`

	// expire at
	ExpireAt string `json:"expireAt,omitempty"`

	// expired
	Expired bool `json:"expired,omitempty"`

	// info
	// Format: byte
	Info strfmt.Base64 `json:"info,omitempty"`

	// meta
	// Format: byte
	Meta strfmt.Base64 `json:"meta,omitempty"`
}

CentrifugoProxyRefreshResult centrifugo proxy refresh result

swagger:model CentrifugoProxyRefreshResult

func (*CentrifugoProxyRefreshResult) ContextValidate

func (m *CentrifugoProxyRefreshResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy refresh result based on the context it is used

func (*CentrifugoProxyRefreshResult) MarshalBinary

func (m *CentrifugoProxyRefreshResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxyRefreshResult) UnmarshalBinary

func (m *CentrifugoProxyRefreshResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxyRefreshResult) Validate

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

Validate validates this centrifugo proxy refresh result

type CentrifugoProxySubRefreshRequest

type CentrifugoProxySubRefreshRequest struct {

	// channel
	Channel string `json:"channel,omitempty"`

	// client
	Client string `json:"client,omitempty"`

	// encoding
	Encoding string `json:"encoding,omitempty"`

	// meta
	// Format: byte
	Meta strfmt.Base64 `json:"meta,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// transport
	Transport string `json:"transport,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

CentrifugoProxySubRefreshRequest centrifugo proxy sub refresh request

swagger:model CentrifugoProxySubRefreshRequest

func (*CentrifugoProxySubRefreshRequest) ContextValidate

func (m *CentrifugoProxySubRefreshRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy sub refresh request based on context it is used

func (*CentrifugoProxySubRefreshRequest) MarshalBinary

func (m *CentrifugoProxySubRefreshRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubRefreshRequest) UnmarshalBinary

func (m *CentrifugoProxySubRefreshRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubRefreshRequest) Validate

Validate validates this centrifugo proxy sub refresh request

type CentrifugoProxySubRefreshResponse

type CentrifugoProxySubRefreshResponse struct {

	// disconnect
	Disconnect *CentrifugoProxyDisconnect `json:"disconnect,omitempty"`

	// error
	Error *CentrifugoProxyError `json:"error,omitempty"`

	// result
	Result *CentrifugoProxySubRefreshResult `json:"result,omitempty"`
}

CentrifugoProxySubRefreshResponse centrifugo proxy sub refresh response

swagger:model CentrifugoProxySubRefreshResponse

func (*CentrifugoProxySubRefreshResponse) ContextValidate

func (m *CentrifugoProxySubRefreshResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy sub refresh response based on the context it is used

func (*CentrifugoProxySubRefreshResponse) MarshalBinary

func (m *CentrifugoProxySubRefreshResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubRefreshResponse) UnmarshalBinary

func (m *CentrifugoProxySubRefreshResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubRefreshResponse) Validate

Validate validates this centrifugo proxy sub refresh response

type CentrifugoProxySubRefreshResult

type CentrifugoProxySubRefreshResult struct {

	// b64info
	B64info string `json:"b64info,omitempty"`

	// expire at
	ExpireAt string `json:"expireAt,omitempty"`

	// expired
	Expired bool `json:"expired,omitempty"`

	// info
	// Format: byte
	Info strfmt.Base64 `json:"info,omitempty"`
}

CentrifugoProxySubRefreshResult centrifugo proxy sub refresh result

swagger:model CentrifugoProxySubRefreshResult

func (*CentrifugoProxySubRefreshResult) ContextValidate

func (m *CentrifugoProxySubRefreshResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy sub refresh result based on context it is used

func (*CentrifugoProxySubRefreshResult) MarshalBinary

func (m *CentrifugoProxySubRefreshResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubRefreshResult) UnmarshalBinary

func (m *CentrifugoProxySubRefreshResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubRefreshResult) Validate

Validate validates this centrifugo proxy sub refresh result

type CentrifugoProxySubscribeOptionOverride

type CentrifugoProxySubscribeOptionOverride struct {

	// force positioning
	ForcePositioning *CentrifugoProxyBoolValue `json:"forcePositioning,omitempty"`

	// force push join leave
	ForcePushJoinLeave *CentrifugoProxyBoolValue `json:"forcePushJoinLeave,omitempty"`

	// force recovery
	ForceRecovery *CentrifugoProxyBoolValue `json:"forceRecovery,omitempty"`

	// join leave
	JoinLeave *CentrifugoProxyBoolValue `json:"joinLeave,omitempty"`

	// presence
	Presence *CentrifugoProxyBoolValue `json:"presence,omitempty"`
}

CentrifugoProxySubscribeOptionOverride centrifugo proxy subscribe option override

swagger:model CentrifugoProxySubscribeOptionOverride

func (*CentrifugoProxySubscribeOptionOverride) ContextValidate

ContextValidate validate this centrifugo proxy subscribe option override based on the context it is used

func (*CentrifugoProxySubscribeOptionOverride) MarshalBinary

func (m *CentrifugoProxySubscribeOptionOverride) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubscribeOptionOverride) UnmarshalBinary

func (m *CentrifugoProxySubscribeOptionOverride) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubscribeOptionOverride) Validate

Validate validates this centrifugo proxy subscribe option override

type CentrifugoProxySubscribeOptions

type CentrifugoProxySubscribeOptions struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// b64info
	B64info string `json:"b64info,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// expire at
	ExpireAt string `json:"expireAt,omitempty"`

	// info
	// Format: byte
	Info strfmt.Base64 `json:"info,omitempty"`

	// override
	Override *CentrifugoProxySubscribeOptionOverride `json:"override,omitempty"`
}

CentrifugoProxySubscribeOptions centrifugo proxy subscribe options

swagger:model CentrifugoProxySubscribeOptions

func (*CentrifugoProxySubscribeOptions) ContextValidate

func (m *CentrifugoProxySubscribeOptions) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy subscribe options based on the context it is used

func (*CentrifugoProxySubscribeOptions) MarshalBinary

func (m *CentrifugoProxySubscribeOptions) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubscribeOptions) UnmarshalBinary

func (m *CentrifugoProxySubscribeOptions) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubscribeOptions) Validate

Validate validates this centrifugo proxy subscribe options

type CentrifugoProxySubscribeRequest

type CentrifugoProxySubscribeRequest struct {

	// b64data
	B64data string `json:"b64data,omitempty"`

	// channel
	Channel string `json:"channel,omitempty"`

	// client
	Client string `json:"client,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// encoding
	Encoding string `json:"encoding,omitempty"`

	// meta
	// Format: byte
	Meta strfmt.Base64 `json:"meta,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// token
	Token string `json:"token,omitempty"`

	// transport
	Transport string `json:"transport,omitempty"`

	// user
	User string `json:"user,omitempty"`
}

CentrifugoProxySubscribeRequest centrifugo proxy subscribe request

swagger:model CentrifugoProxySubscribeRequest

func (*CentrifugoProxySubscribeRequest) ContextValidate

func (m *CentrifugoProxySubscribeRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this centrifugo proxy subscribe request based on context it is used

func (*CentrifugoProxySubscribeRequest) MarshalBinary

func (m *CentrifugoProxySubscribeRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubscribeRequest) UnmarshalBinary

func (m *CentrifugoProxySubscribeRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubscribeRequest) Validate

Validate validates this centrifugo proxy subscribe request

type CentrifugoProxySubscribeResponse

type CentrifugoProxySubscribeResponse struct {

	// disconnect
	Disconnect *CentrifugoProxyDisconnect `json:"disconnect,omitempty"`

	// error
	Error *CentrifugoProxyError `json:"error,omitempty"`

	// result
	Result *CentrifugoProxySubscribeResult `json:"result,omitempty"`
}

CentrifugoProxySubscribeResponse centrifugo proxy subscribe response

swagger:model CentrifugoProxySubscribeResponse

func (*CentrifugoProxySubscribeResponse) ContextValidate

func (m *CentrifugoProxySubscribeResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy subscribe response based on the context it is used

func (*CentrifugoProxySubscribeResponse) MarshalBinary

func (m *CentrifugoProxySubscribeResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubscribeResponse) UnmarshalBinary

func (m *CentrifugoProxySubscribeResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubscribeResponse) Validate

Validate validates this centrifugo proxy subscribe response

type CentrifugoProxySubscribeResult

type CentrifugoProxySubscribeResult struct {

	// allow
	Allow []string `json:"allow"`

	// b64data
	B64data string `json:"b64data,omitempty"`

	// b64info
	B64info string `json:"b64info,omitempty"`

	// data
	// Format: byte
	Data strfmt.Base64 `json:"data,omitempty"`

	// expire at
	ExpireAt string `json:"expireAt,omitempty"`

	// info
	// Format: byte
	Info strfmt.Base64 `json:"info,omitempty"`

	// override
	Override *CentrifugoProxySubscribeOptionOverride `json:"override,omitempty"`
}

CentrifugoProxySubscribeResult centrifugo proxy subscribe result

swagger:model CentrifugoProxySubscribeResult

func (*CentrifugoProxySubscribeResult) ContextValidate

func (m *CentrifugoProxySubscribeResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this centrifugo proxy subscribe result based on the context it is used

func (*CentrifugoProxySubscribeResult) MarshalBinary

func (m *CentrifugoProxySubscribeResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CentrifugoProxySubscribeResult) UnmarshalBinary

func (m *CentrifugoProxySubscribeResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CentrifugoProxySubscribeResult) Validate

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

Validate validates this centrifugo proxy subscribe result

type ProtobufAny

type ProtobufAny struct {

	// at type
	AtType string `json:"@type,omitempty"`
}

ProtobufAny protobuf any

swagger:model protobufAny

func (*ProtobufAny) ContextValidate

func (m *ProtobufAny) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this protobuf any based on context it is used

func (*ProtobufAny) MarshalBinary

func (m *ProtobufAny) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProtobufAny) UnmarshalBinary

func (m *ProtobufAny) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProtobufAny) Validate

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

Validate validates this protobuf any

type RPCStatus

type RPCStatus struct {

	// code
	Code int32 `json:"code,omitempty"`

	// details
	Details []*ProtobufAny `json:"details"`

	// message
	Message string `json:"message,omitempty"`
}

RPCStatus rpc status

swagger:model rpcStatus

func (*RPCStatus) ContextValidate

func (m *RPCStatus) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this rpc status based on the context it is used

func (*RPCStatus) MarshalBinary

func (m *RPCStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RPCStatus) UnmarshalBinary

func (m *RPCStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RPCStatus) Validate

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

Validate validates this rpc status

Jump to

Keyboard shortcuts

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