Documentation ¶
Index ¶
- type ChangeSmsNumberParamsBody
- func (m *ChangeSmsNumberParamsBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ChangeSmsNumberParamsBody) MarshalBinary() ([]byte, error)
- func (m *ChangeSmsNumberParamsBody) UnmarshalBinary(b []byte) error
- func (m *ChangeSmsNumberParamsBody) Validate(formats strfmt.Registry) error
- type CustomerspbChangeSmsNumberResponse
- type CustomerspbCustomer
- type CustomerspbDisableCustomerResponse
- type CustomerspbEnableCustomerResponse
- type CustomerspbGetCustomerResponse
- func (m *CustomerspbGetCustomerResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CustomerspbGetCustomerResponse) MarshalBinary() ([]byte, error)
- func (m *CustomerspbGetCustomerResponse) UnmarshalBinary(b []byte) error
- func (m *CustomerspbGetCustomerResponse) Validate(formats strfmt.Registry) error
- type CustomerspbRegisterCustomerRequest
- func (m *CustomerspbRegisterCustomerRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CustomerspbRegisterCustomerRequest) MarshalBinary() ([]byte, error)
- func (m *CustomerspbRegisterCustomerRequest) UnmarshalBinary(b []byte) error
- func (m *CustomerspbRegisterCustomerRequest) Validate(formats strfmt.Registry) error
- type CustomerspbRegisterCustomerResponse
- func (m *CustomerspbRegisterCustomerResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CustomerspbRegisterCustomerResponse) MarshalBinary() ([]byte, error)
- func (m *CustomerspbRegisterCustomerResponse) UnmarshalBinary(b []byte) error
- func (m *CustomerspbRegisterCustomerResponse) Validate(formats strfmt.Registry) error
- type ProtobufAny
- type RPCStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeSmsNumberParamsBody ¶
type ChangeSmsNumberParamsBody struct { // sms number SmsNumber string `json:"smsNumber,omitempty"` }
ChangeSmsNumberParamsBody change sms number params body
swagger:model changeSmsNumberParamsBody
func (*ChangeSmsNumberParamsBody) ContextValidate ¶
func (m *ChangeSmsNumberParamsBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this change sms number params body based on context it is used
func (*ChangeSmsNumberParamsBody) MarshalBinary ¶
func (m *ChangeSmsNumberParamsBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ChangeSmsNumberParamsBody) UnmarshalBinary ¶
func (m *ChangeSmsNumberParamsBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CustomerspbChangeSmsNumberResponse ¶
type CustomerspbChangeSmsNumberResponse interface{}
CustomerspbChangeSmsNumberResponse customerspb change sms number response
swagger:model customerspbChangeSmsNumberResponse
type CustomerspbCustomer ¶
type CustomerspbCustomer struct { // enabled Enabled bool `json:"enabled,omitempty"` // id ID string `json:"id,omitempty"` // name Name string `json:"name,omitempty"` // sms number SmsNumber string `json:"smsNumber,omitempty"` }
CustomerspbCustomer customerspb customer
swagger:model customerspbCustomer
func (*CustomerspbCustomer) ContextValidate ¶
ContextValidate validates this customerspb customer based on context it is used
func (*CustomerspbCustomer) MarshalBinary ¶
func (m *CustomerspbCustomer) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CustomerspbCustomer) UnmarshalBinary ¶
func (m *CustomerspbCustomer) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CustomerspbDisableCustomerResponse ¶
type CustomerspbDisableCustomerResponse interface{}
CustomerspbDisableCustomerResponse customerspb disable customer response
swagger:model customerspbDisableCustomerResponse
type CustomerspbEnableCustomerResponse ¶
type CustomerspbEnableCustomerResponse interface{}
CustomerspbEnableCustomerResponse customerspb enable customer response
swagger:model customerspbEnableCustomerResponse
type CustomerspbGetCustomerResponse ¶
type CustomerspbGetCustomerResponse struct { // customer Customer *CustomerspbCustomer `json:"customer,omitempty"` }
CustomerspbGetCustomerResponse customerspb get customer response
swagger:model customerspbGetCustomerResponse
func (*CustomerspbGetCustomerResponse) ContextValidate ¶
func (m *CustomerspbGetCustomerResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this customerspb get customer response based on the context it is used
func (*CustomerspbGetCustomerResponse) MarshalBinary ¶
func (m *CustomerspbGetCustomerResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CustomerspbGetCustomerResponse) UnmarshalBinary ¶
func (m *CustomerspbGetCustomerResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CustomerspbRegisterCustomerRequest ¶
type CustomerspbRegisterCustomerRequest struct { // name Name string `json:"name,omitempty"` // sms number SmsNumber string `json:"smsNumber,omitempty"` }
CustomerspbRegisterCustomerRequest customerspb register customer request
swagger:model customerspbRegisterCustomerRequest
func (*CustomerspbRegisterCustomerRequest) ContextValidate ¶
func (m *CustomerspbRegisterCustomerRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this customerspb register customer request based on context it is used
func (*CustomerspbRegisterCustomerRequest) MarshalBinary ¶
func (m *CustomerspbRegisterCustomerRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CustomerspbRegisterCustomerRequest) UnmarshalBinary ¶
func (m *CustomerspbRegisterCustomerRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CustomerspbRegisterCustomerResponse ¶
type CustomerspbRegisterCustomerResponse struct { // id ID string `json:"id,omitempty"` }
CustomerspbRegisterCustomerResponse customerspb register customer response
swagger:model customerspbRegisterCustomerResponse
func (*CustomerspbRegisterCustomerResponse) ContextValidate ¶
func (m *CustomerspbRegisterCustomerResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this customerspb register customer response based on context it is used
func (*CustomerspbRegisterCustomerResponse) MarshalBinary ¶
func (m *CustomerspbRegisterCustomerResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CustomerspbRegisterCustomerResponse) UnmarshalBinary ¶
func (m *CustomerspbRegisterCustomerResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProtobufAny ¶
type ProtobufAny struct { // at type AtType string `json:"@type,omitempty"` }
ProtobufAny protobuf any
swagger:model protobufAny
func (*ProtobufAny) ContextValidate ¶
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
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 ¶
ContextValidate validate this rpc status based on the context it is used
func (*RPCStatus) MarshalBinary ¶
MarshalBinary interface implementation
func (*RPCStatus) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Source Files ¶
- change_sms_number_params_body.go
- customerspb_change_sms_number_response.go
- customerspb_customer.go
- customerspb_disable_customer_response.go
- customerspb_enable_customer_response.go
- customerspb_get_customer_response.go
- customerspb_register_customer_request.go
- customerspb_register_customer_response.go
- protobuf_any.go
- rpc_status.go