Documentation ¶
Index ¶
- type ApiListener
- func (*ApiListener) Descriptor() ([]byte, []int)
- func (m *ApiListener) GetApiListener() *any.Any
- func (*ApiListener) ProtoMessage()
- func (m *ApiListener) Reset()
- func (m *ApiListener) String() string
- func (m *ApiListener) Validate() error
- func (m *ApiListener) XXX_DiscardUnknown()
- func (m *ApiListener) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApiListener) XXX_Merge(src proto.Message)
- func (m *ApiListener) XXX_Size() int
- func (m *ApiListener) XXX_Unmarshal(b []byte) error
- type ApiListenerValidationError
- func (e ApiListenerValidationError) Cause() error
- func (e ApiListenerValidationError) Error() string
- func (e ApiListenerValidationError) ErrorName() string
- func (e ApiListenerValidationError) Field() string
- func (e ApiListenerValidationError) Key() bool
- func (e ApiListenerValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiListener ¶
type ApiListener struct { ApiListener *any.Any `protobuf:"bytes,1,opt,name=api_listener,json=apiListener,proto3" json:"api_listener,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApiListener) Descriptor ¶
func (*ApiListener) Descriptor() ([]byte, []int)
func (*ApiListener) GetApiListener ¶
func (m *ApiListener) GetApiListener() *any.Any
func (*ApiListener) ProtoMessage ¶
func (*ApiListener) ProtoMessage()
func (*ApiListener) Reset ¶
func (m *ApiListener) Reset()
func (*ApiListener) String ¶
func (m *ApiListener) String() string
func (*ApiListener) Validate ¶
func (m *ApiListener) Validate() error
Validate checks the field values on ApiListener with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*ApiListener) XXX_DiscardUnknown ¶
func (m *ApiListener) XXX_DiscardUnknown()
func (*ApiListener) XXX_Marshal ¶
func (m *ApiListener) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApiListener) XXX_Merge ¶
func (m *ApiListener) XXX_Merge(src proto.Message)
func (*ApiListener) XXX_Size ¶
func (m *ApiListener) XXX_Size() int
func (*ApiListener) XXX_Unmarshal ¶
func (m *ApiListener) XXX_Unmarshal(b []byte) error
type ApiListenerValidationError ¶
type ApiListenerValidationError struct {
// contains filtered or unexported fields
}
ApiListenerValidationError is the validation error returned by ApiListener.Validate if the designated constraints aren't met.
func (ApiListenerValidationError) Cause ¶
func (e ApiListenerValidationError) Cause() error
Cause function returns cause value.
func (ApiListenerValidationError) Error ¶
func (e ApiListenerValidationError) Error() string
Error satisfies the builtin error interface
func (ApiListenerValidationError) ErrorName ¶
func (e ApiListenerValidationError) ErrorName() string
ErrorName returns error name.
func (ApiListenerValidationError) Field ¶
func (e ApiListenerValidationError) Field() string
Field function returns field value.
func (ApiListenerValidationError) Key ¶
func (e ApiListenerValidationError) Key() bool
Key function returns key value.
func (ApiListenerValidationError) Reason ¶
func (e ApiListenerValidationError) Reason() string
Reason function returns reason value.
Click to show internal directories.
Click to hide internal directories.