Versions in this module Expand all Collapse all v1 v1.5.5 Oct 25, 2023 Changes in this version + var File_api_types_types_proto protoreflect.FileDescriptor + type Column struct + Exp string + Logic string + Name string + Value string + func (*Column) Descriptor() ([]byte, []int) + func (*Column) ProtoMessage() + func (m *Column) Validate() error + func (m *Column) ValidateAll() error + func (x *Column) GetExp() string + func (x *Column) GetLogic() string + func (x *Column) GetName() string + func (x *Column) GetValue() string + func (x *Column) ProtoReflect() protoreflect.Message + func (x *Column) Reset() + func (x *Column) String() string + type ColumnMultiError []error + func (m ColumnMultiError) AllErrors() []error + func (m ColumnMultiError) Error() string + type ColumnValidationError struct + func (e ColumnValidationError) Cause() error + func (e ColumnValidationError) Error() string + func (e ColumnValidationError) ErrorName() string + func (e ColumnValidationError) Field() string + func (e ColumnValidationError) Key() bool + func (e ColumnValidationError) Reason() string + type Conditions struct + Columns []*Column + func (*Conditions) Descriptor() ([]byte, []int) + func (*Conditions) ProtoMessage() + func (m *Conditions) Validate() error + func (m *Conditions) ValidateAll() error + func (x *Conditions) GetColumns() []*Column + func (x *Conditions) ProtoReflect() protoreflect.Message + func (x *Conditions) Reset() + func (x *Conditions) String() string + type ConditionsMultiError []error + func (m ConditionsMultiError) AllErrors() []error + func (m ConditionsMultiError) Error() string + type ConditionsValidationError struct + func (e ConditionsValidationError) Cause() error + func (e ConditionsValidationError) Error() string + func (e ConditionsValidationError) ErrorName() string + func (e ConditionsValidationError) Field() string + func (e ConditionsValidationError) Key() bool + func (e ConditionsValidationError) Reason() string + type Params struct + Columns []*Column + Limit int32 + Page int32 + Sort string + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) Validate() error + func (m *Params) ValidateAll() error + func (x *Params) GetColumns() []*Column + func (x *Params) GetLimit() int32 + func (x *Params) GetPage() int32 + func (x *Params) GetSort() string + func (x *Params) ProtoReflect() protoreflect.Message + func (x *Params) Reset() + func (x *Params) String() string + type ParamsMultiError []error + func (m ParamsMultiError) AllErrors() []error + func (m ParamsMultiError) Error() string + type ParamsValidationError struct + func (e ParamsValidationError) Cause() error + func (e ParamsValidationError) Error() string + func (e ParamsValidationError) ErrorName() string + func (e ParamsValidationError) Field() string + func (e ParamsValidationError) Key() bool + func (e ParamsValidationError) Reason() string