Documentation ¶
Index ¶
- Variables
- type Errors
- func (*Errors) Descriptor() ([]byte, []int)
- func (m *Errors) Marshal() (dAtA []byte, err error)
- func (m *Errors) MarshalTo(dAtA []byte) (int, error)
- func (m *Errors) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Errors) ProtoMessage()
- func (m *Errors) Reset()
- func (m *Errors) Size() (n int)
- func (m *Errors) String() string
- func (m *Errors) Unmarshal(dAtA []byte) error
- func (m *Errors) XXX_DiscardUnknown()
- func (m *Errors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Errors) XXX_Merge(src proto.Message)
- func (m *Errors) XXX_Size() int
- func (m *Errors) XXX_Unmarshal(b []byte) error
- type Errors_RPC
- func (*Errors_RPC) Descriptor() ([]byte, []int)
- func (m *Errors_RPC) GetDetails() []string
- func (m *Errors_RPC) GetError() string
- func (m *Errors_RPC) GetInstance() string
- func (m *Errors_RPC) GetMsg() string
- func (m *Errors_RPC) GetRoots() []*Errors_RPC
- func (m *Errors_RPC) GetStatus() int64
- func (m *Errors_RPC) GetType() string
- func (m *Errors_RPC) Marshal() (dAtA []byte, err error)
- func (m *Errors_RPC) MarshalTo(dAtA []byte) (int, error)
- func (m *Errors_RPC) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Errors_RPC) ProtoMessage()
- func (m *Errors_RPC) Reset()
- func (m *Errors_RPC) Size() (n int)
- func (m *Errors_RPC) String() string
- func (m *Errors_RPC) Unmarshal(dAtA []byte) error
- func (m *Errors_RPC) XXX_DiscardUnknown()
- func (m *Errors_RPC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Errors_RPC) XXX_Merge(src proto.Message)
- func (m *Errors_RPC) XXX_Size() int
- func (m *Errors_RPC) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Errors ¶
type Errors struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Errors) Descriptor ¶
func (*Errors) MarshalToSizedBuffer ¶
func (*Errors) ProtoMessage ¶
func (*Errors) ProtoMessage()
func (*Errors) XXX_DiscardUnknown ¶
func (m *Errors) XXX_DiscardUnknown()
func (*Errors) XXX_Marshal ¶
func (*Errors) XXX_Unmarshal ¶
type Errors_RPC ¶
type Errors_RPC struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` Details []string `protobuf:"bytes,3,rep,name=details,proto3" json:"details,omitempty"` Instance string `protobuf:"bytes,4,opt,name=instance,proto3" json:"instance,omitempty"` Status int64 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"` Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"` Roots []*Errors_RPC `protobuf:"bytes,7,rep,name=roots,proto3" json:"roots,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Errors_RPC) Descriptor ¶
func (*Errors_RPC) Descriptor() ([]byte, []int)
func (*Errors_RPC) GetDetails ¶
func (m *Errors_RPC) GetDetails() []string
func (*Errors_RPC) GetError ¶
func (m *Errors_RPC) GetError() string
func (*Errors_RPC) GetInstance ¶
func (m *Errors_RPC) GetInstance() string
func (*Errors_RPC) GetMsg ¶
func (m *Errors_RPC) GetMsg() string
func (*Errors_RPC) GetRoots ¶
func (m *Errors_RPC) GetRoots() []*Errors_RPC
func (*Errors_RPC) GetStatus ¶
func (m *Errors_RPC) GetStatus() int64
func (*Errors_RPC) GetType ¶
func (m *Errors_RPC) GetType() string
func (*Errors_RPC) Marshal ¶
func (m *Errors_RPC) Marshal() (dAtA []byte, err error)
func (*Errors_RPC) MarshalToSizedBuffer ¶
func (m *Errors_RPC) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Errors_RPC) ProtoMessage ¶
func (*Errors_RPC) ProtoMessage()
func (*Errors_RPC) Reset ¶
func (m *Errors_RPC) Reset()
func (*Errors_RPC) Size ¶
func (m *Errors_RPC) Size() (n int)
func (*Errors_RPC) String ¶
func (m *Errors_RPC) String() string
func (*Errors_RPC) Unmarshal ¶
func (m *Errors_RPC) Unmarshal(dAtA []byte) error
func (*Errors_RPC) XXX_DiscardUnknown ¶
func (m *Errors_RPC) XXX_DiscardUnknown()
func (*Errors_RPC) XXX_Marshal ¶
func (m *Errors_RPC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Errors_RPC) XXX_Merge ¶
func (m *Errors_RPC) XXX_Merge(src proto.Message)
func (*Errors_RPC) XXX_Size ¶
func (m *Errors_RPC) XXX_Size() int
func (*Errors_RPC) XXX_Unmarshal ¶
func (m *Errors_RPC) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.