Documentation ¶
Index ¶
- Variables
- type GetByExternalIDQuery
- func (*GetByExternalIDQuery) Descriptor() ([]byte, []int)
- func (m *GetByExternalIDQuery) GetID() string
- func (m *GetByExternalIDQuery) GetLang() string
- func (m *GetByExternalIDQuery) GetModule() string
- func (m *GetByExternalIDQuery) GetTenantID() string
- func (m *GetByExternalIDQuery) Marshal() (dAtA []byte, err error)
- func (m *GetByExternalIDQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *GetByExternalIDQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetByExternalIDQuery) ProtoMessage()
- func (m *GetByExternalIDQuery) Reset()
- func (m *GetByExternalIDQuery) Size() (n int)
- func (m *GetByExternalIDQuery) String() string
- func (m *GetByExternalIDQuery) Unmarshal(dAtA []byte) error
- func (m *GetByExternalIDQuery) XXX_DiscardUnknown()
- func (m *GetByExternalIDQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetByExternalIDQuery) XXX_Merge(src proto.Message)
- func (m *GetByExternalIDQuery) XXX_Size() int
- func (m *GetByExternalIDQuery) XXX_Unmarshal(b []byte) error
- type GetQuery
- func (*GetQuery) Descriptor() ([]byte, []int)
- func (m *GetQuery) GetID() string
- func (m *GetQuery) GetLang() string
- func (m *GetQuery) GetTenantID() string
- func (m *GetQuery) Marshal() (dAtA []byte, err error)
- func (m *GetQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *GetQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetQuery) ProtoMessage()
- func (m *GetQuery) Reset()
- func (m *GetQuery) Size() (n int)
- func (m *GetQuery) String() string
- func (m *GetQuery) Unmarshal(dAtA []byte) error
- func (m *GetQuery) XXX_DiscardUnknown()
- func (m *GetQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetQuery) XXX_Merge(src proto.Message)
- func (m *GetQuery) XXX_Size() int
- func (m *GetQuery) XXX_Unmarshal(b []byte) error
- type ListQuery
- func (*ListQuery) Descriptor() ([]byte, []int)
- func (m *ListQuery) GetLang() string
- func (m *ListQuery) GetLimit() int32
- func (m *ListQuery) GetOffset() int32
- func (m *ListQuery) GetOrderBy() string
- func (m *ListQuery) GetTenantID() string
- func (m *ListQuery) GetWhere() []*Where
- func (m *ListQuery) Marshal() (dAtA []byte, err error)
- func (m *ListQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *ListQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListQuery) ProtoMessage()
- func (m *ListQuery) Reset()
- func (m *ListQuery) Size() (n int)
- func (m *ListQuery) String() string
- func (m *ListQuery) Unmarshal(dAtA []byte) error
- func (m *ListQuery) XXX_DiscardUnknown()
- func (m *ListQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListQuery) XXX_Merge(src proto.Message)
- func (m *ListQuery) XXX_Size() int
- func (m *ListQuery) XXX_Unmarshal(b []byte) error
- type Where
- func (*Where) Descriptor() ([]byte, []int)
- func (m *Where) GetField() string
- func (m *Where) GetOperande() []string
- func (m *Where) GetOperator() string
- func (m *Where) Marshal() (dAtA []byte, err error)
- func (m *Where) MarshalTo(dAtA []byte) (int, error)
- func (m *Where) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Where) ProtoMessage()
- func (m *Where) Reset()
- func (m *Where) Size() (n int)
- func (m *Where) String() string
- func (m *Where) Unmarshal(dAtA []byte) error
- func (m *Where) XXX_DiscardUnknown()
- func (m *Where) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Where) XXX_Merge(src proto.Message)
- func (m *Where) XXX_Size() int
- func (m *Where) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GetByExternalIDQuery ¶
type GetByExternalIDQuery struct { TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID,omitempty"` Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"` Module string `protobuf:"bytes,3,opt,name=module,proto3" json:"module,omitempty"` ID string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` }
func (*GetByExternalIDQuery) Descriptor ¶
func (*GetByExternalIDQuery) Descriptor() ([]byte, []int)
func (*GetByExternalIDQuery) GetID ¶
func (m *GetByExternalIDQuery) GetID() string
func (*GetByExternalIDQuery) GetLang ¶
func (m *GetByExternalIDQuery) GetLang() string
func (*GetByExternalIDQuery) GetModule ¶
func (m *GetByExternalIDQuery) GetModule() string
func (*GetByExternalIDQuery) GetTenantID ¶
func (m *GetByExternalIDQuery) GetTenantID() string
func (*GetByExternalIDQuery) Marshal ¶
func (m *GetByExternalIDQuery) Marshal() (dAtA []byte, err error)
func (*GetByExternalIDQuery) MarshalTo ¶
func (m *GetByExternalIDQuery) MarshalTo(dAtA []byte) (int, error)
func (*GetByExternalIDQuery) MarshalToSizedBuffer ¶
func (m *GetByExternalIDQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetByExternalIDQuery) ProtoMessage ¶
func (*GetByExternalIDQuery) ProtoMessage()
func (*GetByExternalIDQuery) Reset ¶
func (m *GetByExternalIDQuery) Reset()
func (*GetByExternalIDQuery) Size ¶
func (m *GetByExternalIDQuery) Size() (n int)
func (*GetByExternalIDQuery) String ¶
func (m *GetByExternalIDQuery) String() string
func (*GetByExternalIDQuery) Unmarshal ¶
func (m *GetByExternalIDQuery) Unmarshal(dAtA []byte) error
func (*GetByExternalIDQuery) XXX_DiscardUnknown ¶
func (m *GetByExternalIDQuery) XXX_DiscardUnknown()
func (*GetByExternalIDQuery) XXX_Marshal ¶
func (m *GetByExternalIDQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetByExternalIDQuery) XXX_Merge ¶
func (m *GetByExternalIDQuery) XXX_Merge(src proto.Message)
func (*GetByExternalIDQuery) XXX_Size ¶
func (m *GetByExternalIDQuery) XXX_Size() int
func (*GetByExternalIDQuery) XXX_Unmarshal ¶
func (m *GetByExternalIDQuery) XXX_Unmarshal(b []byte) error
type GetQuery ¶
type GetQuery struct { TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID,omitempty"` Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"` ID string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` }
func (*GetQuery) Descriptor ¶
func (*GetQuery) GetTenantID ¶
func (*GetQuery) MarshalToSizedBuffer ¶
func (*GetQuery) ProtoMessage ¶
func (*GetQuery) ProtoMessage()
func (*GetQuery) XXX_DiscardUnknown ¶
func (m *GetQuery) XXX_DiscardUnknown()
func (*GetQuery) XXX_Marshal ¶
func (*GetQuery) XXX_Unmarshal ¶
type ListQuery ¶
type ListQuery struct { TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID,omitempty"` Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"` Where []*Where `protobuf:"bytes,3,rep,name=where,proto3" json:"where,omitempty"` Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"` Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` OrderBy string `protobuf:"bytes,6,opt,name=orderBy,proto3" json:"orderBy,omitempty"` }
func (*ListQuery) Descriptor ¶
func (*ListQuery) GetOrderBy ¶
func (*ListQuery) GetTenantID ¶
func (*ListQuery) MarshalToSizedBuffer ¶
func (*ListQuery) ProtoMessage ¶
func (*ListQuery) ProtoMessage()
func (*ListQuery) XXX_DiscardUnknown ¶
func (m *ListQuery) XXX_DiscardUnknown()
func (*ListQuery) XXX_Marshal ¶
func (*ListQuery) XXX_Unmarshal ¶
type Where ¶
type Where struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"` Operande []string `protobuf:"bytes,3,rep,name=operande,proto3" json:"operande,omitempty"` }
func (*Where) Descriptor ¶
func (*Where) GetOperande ¶
func (*Where) GetOperator ¶
func (*Where) ProtoMessage ¶
func (*Where) ProtoMessage()
func (*Where) XXX_DiscardUnknown ¶
func (m *Where) XXX_DiscardUnknown()
func (*Where) XXX_Marshal ¶
func (*Where) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.