common

package
v0.0.0-...-e4f6fe4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_common_common_entity_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BatchTaskResult

type BatchTaskResult struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Data     int64  `protobuf:"varint,2,opt,name=data,proto3" json:"data,omitempty"`
	Async    bool   `protobuf:"varint,3,opt,name=async,proto3" json:"async,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchTaskResult) Descriptor deprecated

func (*BatchTaskResult) Descriptor() ([]byte, []int)

Deprecated: Use BatchTaskResult.ProtoReflect.Descriptor instead.

func (*BatchTaskResult) GetAsync

func (x *BatchTaskResult) GetAsync() bool

func (*BatchTaskResult) GetData

func (x *BatchTaskResult) GetData() int64

func (*BatchTaskResult) GetIdentity

func (x *BatchTaskResult) GetIdentity() string

func (*BatchTaskResult) ProtoMessage

func (*BatchTaskResult) ProtoMessage()

func (*BatchTaskResult) ProtoReflect

func (x *BatchTaskResult) ProtoReflect() protoreflect.Message

func (*BatchTaskResult) Reset

func (x *BatchTaskResult) Reset()

func (*BatchTaskResult) String

func (x *BatchTaskResult) String() string

type BoolEntity

type BoolEntity struct {
	Data bool `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BoolEntity) Descriptor deprecated

func (*BoolEntity) Descriptor() ([]byte, []int)

Deprecated: Use BoolEntity.ProtoReflect.Descriptor instead.

func (*BoolEntity) GetData

func (x *BoolEntity) GetData() bool

func (*BoolEntity) ProtoMessage

func (*BoolEntity) ProtoMessage()

func (*BoolEntity) ProtoReflect

func (x *BoolEntity) ProtoReflect() protoreflect.Message

func (*BoolEntity) Reset

func (x *BoolEntity) Reset()

func (*BoolEntity) String

func (x *BoolEntity) String() string

type Int32Entity

type Int32Entity struct {
	Data int32 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32Entity) Descriptor deprecated

func (*Int32Entity) Descriptor() ([]byte, []int)

Deprecated: Use Int32Entity.ProtoReflect.Descriptor instead.

func (*Int32Entity) GetData

func (x *Int32Entity) GetData() int32

func (*Int32Entity) ProtoMessage

func (*Int32Entity) ProtoMessage()

func (*Int32Entity) ProtoReflect

func (x *Int32Entity) ProtoReflect() protoreflect.Message

func (*Int32Entity) Reset

func (x *Int32Entity) Reset()

func (*Int32Entity) String

func (x *Int32Entity) String() string

type Int32ListEntity

type Int32ListEntity struct {
	Data []int32 `protobuf:"varint,1,rep,packed,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32ListEntity) Descriptor deprecated

func (*Int32ListEntity) Descriptor() ([]byte, []int)

Deprecated: Use Int32ListEntity.ProtoReflect.Descriptor instead.

func (*Int32ListEntity) GetData

func (x *Int32ListEntity) GetData() []int32

func (*Int32ListEntity) ProtoMessage

func (*Int32ListEntity) ProtoMessage()

func (*Int32ListEntity) ProtoReflect

func (x *Int32ListEntity) ProtoReflect() protoreflect.Message

func (*Int32ListEntity) Reset

func (x *Int32ListEntity) Reset()

func (*Int32ListEntity) String

func (x *Int32ListEntity) String() string

type Int64Entity

type Int64Entity struct {
	Data int64 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64Entity) Descriptor deprecated

func (*Int64Entity) Descriptor() ([]byte, []int)

Deprecated: Use Int64Entity.ProtoReflect.Descriptor instead.

func (*Int64Entity) GetData

func (x *Int64Entity) GetData() int64

func (*Int64Entity) ProtoMessage

func (*Int64Entity) ProtoMessage()

func (*Int64Entity) ProtoReflect

func (x *Int64Entity) ProtoReflect() protoreflect.Message

func (*Int64Entity) Reset

func (x *Int64Entity) Reset()

func (*Int64Entity) String

func (x *Int64Entity) String() string

type Int64ListEntity

type Int64ListEntity struct {
	Data []int64 `protobuf:"varint,1,rep,packed,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64ListEntity) Descriptor deprecated

func (*Int64ListEntity) Descriptor() ([]byte, []int)

Deprecated: Use Int64ListEntity.ProtoReflect.Descriptor instead.

func (*Int64ListEntity) GetData

func (x *Int64ListEntity) GetData() []int64

func (*Int64ListEntity) ProtoMessage

func (*Int64ListEntity) ProtoMessage()

func (*Int64ListEntity) ProtoReflect

func (x *Int64ListEntity) ProtoReflect() protoreflect.Message

func (*Int64ListEntity) Reset

func (x *Int64ListEntity) Reset()

func (*Int64ListEntity) String

func (x *Int64ListEntity) String() string

type ListInfo

type ListInfo struct {
	Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInfo) Descriptor deprecated

func (*ListInfo) Descriptor() ([]byte, []int)

Deprecated: Use ListInfo.ProtoReflect.Descriptor instead.

func (*ListInfo) GetLimit

func (x *ListInfo) GetLimit() int64

func (*ListInfo) GetStart

func (x *ListInfo) GetStart() int64

func (*ListInfo) ProtoMessage

func (*ListInfo) ProtoMessage()

func (*ListInfo) ProtoReflect

func (x *ListInfo) ProtoReflect() protoreflect.Message

func (*ListInfo) Reset

func (x *ListInfo) Reset()

func (*ListInfo) String

func (x *ListInfo) String() string

type OrderByRequest

type OrderByRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Asc  bool   `protobuf:"varint,2,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderByRequest) Descriptor deprecated

func (*OrderByRequest) Descriptor() ([]byte, []int)

Deprecated: Use OrderByRequest.ProtoReflect.Descriptor instead.

func (*OrderByRequest) GetAsc

func (x *OrderByRequest) GetAsc() bool

func (*OrderByRequest) GetName

func (x *OrderByRequest) GetName() string

func (*OrderByRequest) ProtoMessage

func (*OrderByRequest) ProtoMessage()

func (*OrderByRequest) ProtoReflect

func (x *OrderByRequest) ProtoReflect() protoreflect.Message

func (*OrderByRequest) Reset

func (x *OrderByRequest) Reset()

func (*OrderByRequest) String

func (x *OrderByRequest) String() string

type PageInfo

type PageInfo struct {
	Page        int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize    int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	TotalPage   int64 `protobuf:"varint,3,opt,name=total_page,json=totalPage,proto3" json:"total_page,omitempty"`
	TotalRecord int64 `protobuf:"varint,4,opt,name=total_record,json=totalRecord,proto3" json:"total_record,omitempty"`
	// contains filtered or unexported fields
}

func (*PageInfo) Descriptor deprecated

func (*PageInfo) Descriptor() ([]byte, []int)

Deprecated: Use PageInfo.ProtoReflect.Descriptor instead.

func (*PageInfo) GetPage

func (x *PageInfo) GetPage() int64

func (*PageInfo) GetPageSize

func (x *PageInfo) GetPageSize() int64

func (*PageInfo) GetTotalPage

func (x *PageInfo) GetTotalPage() int64

func (*PageInfo) GetTotalRecord

func (x *PageInfo) GetTotalRecord() int64

func (*PageInfo) ProtoMessage

func (*PageInfo) ProtoMessage()

func (*PageInfo) ProtoReflect

func (x *PageInfo) ProtoReflect() protoreflect.Message

func (*PageInfo) Reset

func (x *PageInfo) Reset()

func (*PageInfo) String

func (x *PageInfo) String() string

type StringEntity

type StringEntity struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StringEntity) Descriptor deprecated

func (*StringEntity) Descriptor() ([]byte, []int)

Deprecated: Use StringEntity.ProtoReflect.Descriptor instead.

func (*StringEntity) GetData

func (x *StringEntity) GetData() string

func (*StringEntity) ProtoMessage

func (*StringEntity) ProtoMessage()

func (*StringEntity) ProtoReflect

func (x *StringEntity) ProtoReflect() protoreflect.Message

func (*StringEntity) Reset

func (x *StringEntity) Reset()

func (*StringEntity) String

func (x *StringEntity) String() string

type StringListEntity

type StringListEntity struct {
	Data []string `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StringListEntity) Descriptor deprecated

func (*StringListEntity) Descriptor() ([]byte, []int)

Deprecated: Use StringListEntity.ProtoReflect.Descriptor instead.

func (*StringListEntity) GetData

func (x *StringListEntity) GetData() []string

func (*StringListEntity) ProtoMessage

func (*StringListEntity) ProtoMessage()

func (*StringListEntity) ProtoReflect

func (x *StringListEntity) ProtoReflect() protoreflect.Message

func (*StringListEntity) Reset

func (x *StringListEntity) Reset()

func (*StringListEntity) String

func (x *StringListEntity) String() string

type Uint32Entity

type Uint32Entity struct {
	Data uint32 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Uint32Entity) Descriptor deprecated

func (*Uint32Entity) Descriptor() ([]byte, []int)

Deprecated: Use Uint32Entity.ProtoReflect.Descriptor instead.

func (*Uint32Entity) GetData

func (x *Uint32Entity) GetData() uint32

func (*Uint32Entity) ProtoMessage

func (*Uint32Entity) ProtoMessage()

func (*Uint32Entity) ProtoReflect

func (x *Uint32Entity) ProtoReflect() protoreflect.Message

func (*Uint32Entity) Reset

func (x *Uint32Entity) Reset()

func (*Uint32Entity) String

func (x *Uint32Entity) String() string

type Uint64Entity

type Uint64Entity struct {
	Data uint64 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Uint64Entity) Descriptor deprecated

func (*Uint64Entity) Descriptor() ([]byte, []int)

Deprecated: Use Uint64Entity.ProtoReflect.Descriptor instead.

func (*Uint64Entity) GetData

func (x *Uint64Entity) GetData() uint64

func (*Uint64Entity) ProtoMessage

func (*Uint64Entity) ProtoMessage()

func (*Uint64Entity) ProtoReflect

func (x *Uint64Entity) ProtoReflect() protoreflect.Message

func (*Uint64Entity) Reset

func (x *Uint64Entity) Reset()

func (*Uint64Entity) String

func (x *Uint64Entity) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL