Documentation ¶
Index ¶
- Variables
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)
- func (m *Pagination) GetPage() int32
- func (m *Pagination) GetSize() int32
- func (*Pagination) ProtoMessage()
- func (m *Pagination) Reset()
- func (m *Pagination) String() string
- func (m *Pagination) XXX_DiscardUnknown()
- func (m *Pagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Pagination) XXX_Merge(src proto.Message)
- func (m *Pagination) XXX_Size() int
- func (m *Pagination) XXX_Unmarshal(b []byte) error
- type SortOrder
- type Sorting
- func (*Sorting) Descriptor() ([]byte, []int)
- func (m *Sorting) GetField() string
- func (m *Sorting) GetOrder() SortOrder
- func (*Sorting) ProtoMessage()
- func (m *Sorting) Reset()
- func (m *Sorting) String() string
- func (m *Sorting) XXX_DiscardUnknown()
- func (m *Sorting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Sorting) XXX_Merge(src proto.Message)
- func (m *Sorting) XXX_Size() int
- func (m *Sorting) XXX_Unmarshal(b []byte) error
- type Suggestion
- func (*Suggestion) Descriptor() ([]byte, []int)
- func (m *Suggestion) GetText() string
- func (m *Suggestion) GetType() string
- func (*Suggestion) ProtoMessage()
- func (m *Suggestion) Reset()
- func (m *Suggestion) String() string
- func (m *Suggestion) XXX_DiscardUnknown()
- func (m *Suggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Suggestion) XXX_Merge(src proto.Message)
- func (m *Suggestion) XXX_Size() int
- func (m *Suggestion) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var SortOrder_name = map[int32]string{
0: "ASC",
1: "DESC",
}
View Source
var SortOrder_value = map[string]int32{
"ASC": 0,
"DESC": 1,
}
Functions ¶
This section is empty.
Types ¶
type Pagination ¶
type Pagination struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Pagination) Descriptor ¶
func (*Pagination) Descriptor() ([]byte, []int)
func (*Pagination) GetPage ¶
func (m *Pagination) GetPage() int32
func (*Pagination) GetSize ¶
func (m *Pagination) GetSize() int32
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) Reset ¶
func (m *Pagination) Reset()
func (*Pagination) String ¶
func (m *Pagination) String() string
func (*Pagination) XXX_DiscardUnknown ¶
func (m *Pagination) XXX_DiscardUnknown()
func (*Pagination) XXX_Marshal ¶
func (m *Pagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Pagination) XXX_Merge ¶
func (dst *Pagination) XXX_Merge(src proto.Message)
func (*Pagination) XXX_Size ¶
func (m *Pagination) XXX_Size() int
func (*Pagination) XXX_Unmarshal ¶
func (m *Pagination) XXX_Unmarshal(b []byte) error
type Sorting ¶
type Sorting struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Order SortOrder `protobuf:"varint,2,opt,name=order,proto3,enum=chef.automate.api.common.query.SortOrder" json:"order,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Sorting) Descriptor ¶
func (*Sorting) ProtoMessage ¶
func (*Sorting) ProtoMessage()
func (*Sorting) XXX_DiscardUnknown ¶
func (m *Sorting) XXX_DiscardUnknown()
func (*Sorting) XXX_Marshal ¶
func (*Sorting) XXX_Unmarshal ¶
type Suggestion ¶
type Suggestion struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Suggestion) Descriptor ¶
func (*Suggestion) Descriptor() ([]byte, []int)
func (*Suggestion) GetText ¶
func (m *Suggestion) GetText() string
func (*Suggestion) GetType ¶
func (m *Suggestion) GetType() string
func (*Suggestion) ProtoMessage ¶
func (*Suggestion) ProtoMessage()
func (*Suggestion) Reset ¶
func (m *Suggestion) Reset()
func (*Suggestion) String ¶
func (m *Suggestion) String() string
func (*Suggestion) XXX_DiscardUnknown ¶
func (m *Suggestion) XXX_DiscardUnknown()
func (*Suggestion) XXX_Marshal ¶
func (m *Suggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Suggestion) XXX_Merge ¶
func (dst *Suggestion) XXX_Merge(src proto.Message)
func (*Suggestion) XXX_Size ¶
func (m *Suggestion) XXX_Size() int
func (*Suggestion) XXX_Unmarshal ¶
func (m *Suggestion) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.