Documentation
¶
Index ¶
- type EmulationpbStartEmulationRequest
- func (m *EmulationpbStartEmulationRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *EmulationpbStartEmulationRequest) MarshalBinary() ([]byte, error)
- func (m *EmulationpbStartEmulationRequest) UnmarshalBinary(b []byte) error
- func (m *EmulationpbStartEmulationRequest) Validate(formats strfmt.Registry) error
- type EmulationpbStartEmulationResponse
- type ProtobufAny
- type RPCStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmulationpbStartEmulationRequest ¶
type EmulationpbStartEmulationRequest struct {
// channel
Channel string `json:"channel,omitempty"`
// duration
Duration string `json:"duration,omitempty"`
// freq
Freq string `json:"freq,omitempty"`
}
EmulationpbStartEmulationRequest emulationpb start emulation request
swagger:model emulationpbStartEmulationRequest
func (*EmulationpbStartEmulationRequest) ContextValidate ¶
func (m *EmulationpbStartEmulationRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this emulationpb start emulation request based on context it is used
func (*EmulationpbStartEmulationRequest) MarshalBinary ¶
func (m *EmulationpbStartEmulationRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*EmulationpbStartEmulationRequest) UnmarshalBinary ¶
func (m *EmulationpbStartEmulationRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type EmulationpbStartEmulationResponse ¶
type EmulationpbStartEmulationResponse interface{}
EmulationpbStartEmulationResponse emulationpb start emulation response
swagger:model emulationpbStartEmulationResponse
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