Documentation ¶
Index ¶
- type FieldInfo
- func (m *FieldInfo) AddField(target string, msg string)
- func (*FieldInfo) Descriptor() ([]byte, []int)
- func (m *FieldInfo) GetFields() map[string]*StringListValue
- func (fi *FieldInfo) MarshalJSON() ([]byte, error)
- func (*FieldInfo) ProtoMessage()
- func (m *FieldInfo) Reset()
- func (m *FieldInfo) String() string
- func (fi *FieldInfo) UnmarshalJSON(data []byte) error
- func (m *FieldInfo) XXX_DiscardUnknown()
- func (m *FieldInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FieldInfo) XXX_Merge(src proto.Message)
- func (m *FieldInfo) XXX_Size() int
- func (m *FieldInfo) XXX_Unmarshal(b []byte) error
- type StringListValue
- func (*StringListValue) Descriptor() ([]byte, []int)
- func (m *StringListValue) GetValues() []string
- func (*StringListValue) ProtoMessage()
- func (m *StringListValue) Reset()
- func (m *StringListValue) String() string
- func (m *StringListValue) XXX_DiscardUnknown()
- func (m *StringListValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StringListValue) XXX_Merge(src proto.Message)
- func (m *StringListValue) XXX_Size() int
- func (m *StringListValue) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldInfo ¶
type FieldInfo struct { Fields map[string]*StringListValue `` /* 132-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
FieldsInfo is a default representation of field details that conforms REST API Syntax Specification
func (*FieldInfo) Descriptor ¶
func (*FieldInfo) GetFields ¶
func (m *FieldInfo) GetFields() map[string]*StringListValue
func (*FieldInfo) MarshalJSON ¶
MarshalJSON implements json.Marshaler.
func (*FieldInfo) ProtoMessage ¶
func (*FieldInfo) ProtoMessage()
func (*FieldInfo) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler.
func (*FieldInfo) XXX_DiscardUnknown ¶
func (m *FieldInfo) XXX_DiscardUnknown()
func (*FieldInfo) XXX_Marshal ¶
func (*FieldInfo) XXX_Unmarshal ¶
type StringListValue ¶
type StringListValue struct { Values []string `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StringListValue) Descriptor ¶
func (*StringListValue) Descriptor() ([]byte, []int)
func (*StringListValue) GetValues ¶
func (m *StringListValue) GetValues() []string
func (*StringListValue) ProtoMessage ¶
func (*StringListValue) ProtoMessage()
func (*StringListValue) Reset ¶
func (m *StringListValue) Reset()
func (*StringListValue) String ¶
func (m *StringListValue) String() string
func (*StringListValue) XXX_DiscardUnknown ¶
func (m *StringListValue) XXX_DiscardUnknown()
func (*StringListValue) XXX_Marshal ¶
func (m *StringListValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StringListValue) XXX_Merge ¶
func (dst *StringListValue) XXX_Merge(src proto.Message)
func (*StringListValue) XXX_Size ¶
func (m *StringListValue) XXX_Size() int
func (*StringListValue) XXX_Unmarshal ¶
func (m *StringListValue) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.