opt

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: MPL-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthBaseDto        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBaseDto          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBaseDto = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthRoomDto        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRoomDto          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRoomDto = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthUserDto        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUserDto          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupUserDto = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type BoolReply

type BoolReply struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
}

func (*BoolReply) Descriptor

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

func (*BoolReply) GetResult

func (m *BoolReply) GetResult() bool

func (*BoolReply) Marshal

func (m *BoolReply) Marshal() (dAtA []byte, err error)

func (*BoolReply) MarshalTo

func (m *BoolReply) MarshalTo(dAtA []byte) (int, error)

func (*BoolReply) MarshalToSizedBuffer

func (m *BoolReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BoolReply) ProtoMessage

func (*BoolReply) ProtoMessage()

func (*BoolReply) Reset

func (m *BoolReply) Reset()

func (*BoolReply) Size

func (m *BoolReply) Size() (n int)

func (*BoolReply) String

func (m *BoolReply) String() string

func (*BoolReply) Unmarshal

func (m *BoolReply) Unmarshal(dAtA []byte) error

func (*BoolReply) XXX_DiscardUnknown

func (m *BoolReply) XXX_DiscardUnknown()

func (*BoolReply) XXX_Marshal

func (m *BoolReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BoolReply) XXX_Merge

func (m *BoolReply) XXX_Merge(src proto.Message)

func (*BoolReply) XXX_Size

func (m *BoolReply) XXX_Size() int

func (*BoolReply) XXX_Unmarshal

func (m *BoolReply) XXX_Unmarshal(b []byte) error

type Filtered

type Filtered struct {
	Field     string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Op        string `protobuf:"bytes,2,opt,name=op,proto3" json:"op,omitempty"`
	Value     string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ValueType string `protobuf:"bytes,4,opt,name=valueType,proto3" json:"valueType,omitempty"`
}

func (*Filtered) Descriptor

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

func (*Filtered) GetField

func (m *Filtered) GetField() string

func (*Filtered) GetOp

func (m *Filtered) GetOp() string

func (*Filtered) GetValue

func (m *Filtered) GetValue() string

func (*Filtered) GetValueType

func (m *Filtered) GetValueType() string

func (*Filtered) Marshal

func (m *Filtered) Marshal() (dAtA []byte, err error)

func (*Filtered) MarshalTo

func (m *Filtered) MarshalTo(dAtA []byte) (int, error)

func (*Filtered) MarshalToSizedBuffer

func (m *Filtered) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Filtered) ProtoMessage

func (*Filtered) ProtoMessage()

func (*Filtered) Reset

func (m *Filtered) Reset()

func (*Filtered) Size

func (m *Filtered) Size() (n int)

func (*Filtered) String

func (m *Filtered) String() string

func (*Filtered) Unmarshal

func (m *Filtered) Unmarshal(dAtA []byte) error

func (*Filtered) XXX_DiscardUnknown

func (m *Filtered) XXX_DiscardUnknown()

func (*Filtered) XXX_Marshal

func (m *Filtered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Filtered) XXX_Merge

func (m *Filtered) XXX_Merge(src proto.Message)

func (*Filtered) XXX_Size

func (m *Filtered) XXX_Size() int

func (*Filtered) XXX_Unmarshal

func (m *Filtered) XXX_Unmarshal(b []byte) error

type IdReply

type IdReply struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
}

func (*IdReply) Descriptor

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

func (*IdReply) GetId

func (m *IdReply) GetId() int64

func (*IdReply) Marshal

func (m *IdReply) Marshal() (dAtA []byte, err error)

func (*IdReply) MarshalTo

func (m *IdReply) MarshalTo(dAtA []byte) (int, error)

func (*IdReply) MarshalToSizedBuffer

func (m *IdReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdReply) ProtoMessage

func (*IdReply) ProtoMessage()

func (*IdReply) Reset

func (m *IdReply) Reset()

func (*IdReply) Size

func (m *IdReply) Size() (n int)

func (*IdReply) String

func (m *IdReply) String() string

func (*IdReply) Unmarshal

func (m *IdReply) Unmarshal(dAtA []byte) error

func (*IdReply) XXX_DiscardUnknown

func (m *IdReply) XXX_DiscardUnknown()

func (*IdReply) XXX_Marshal

func (m *IdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdReply) XXX_Merge

func (m *IdReply) XXX_Merge(src proto.Message)

func (*IdReply) XXX_Size

func (m *IdReply) XXX_Size() int

func (*IdReply) XXX_Unmarshal

func (m *IdReply) XXX_Unmarshal(b []byte) error

type IdReq

type IdReq struct {
	//主键id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id" validate:"required"`
}

func (*IdReq) Descriptor

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

func (*IdReq) GetId

func (m *IdReq) GetId() int64

func (*IdReq) Marshal

func (m *IdReq) Marshal() (dAtA []byte, err error)

func (*IdReq) MarshalTo

func (m *IdReq) MarshalTo(dAtA []byte) (int, error)

func (*IdReq) MarshalToSizedBuffer

func (m *IdReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdReq) ProtoMessage

func (*IdReq) ProtoMessage()

func (*IdReq) Reset

func (m *IdReq) Reset()

func (*IdReq) Size

func (m *IdReq) Size() (n int)

func (*IdReq) String

func (m *IdReq) String() string

func (*IdReq) Unmarshal

func (m *IdReq) Unmarshal(dAtA []byte) error

func (*IdReq) XXX_DiscardUnknown

func (m *IdReq) XXX_DiscardUnknown()

func (*IdReq) XXX_Marshal

func (m *IdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdReq) XXX_Merge

func (m *IdReq) XXX_Merge(src proto.Message)

func (*IdReq) XXX_Size

func (m *IdReq) XXX_Size() int

func (*IdReq) XXX_Unmarshal

func (m *IdReq) XXX_Unmarshal(b []byte) error

type IdResp

type IdResp struct {
	//主键id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id" validate:"required"`
}

func (*IdResp) Descriptor

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

func (*IdResp) GetId

func (m *IdResp) GetId() int64

func (*IdResp) Marshal

func (m *IdResp) Marshal() (dAtA []byte, err error)

func (*IdResp) MarshalTo

func (m *IdResp) MarshalTo(dAtA []byte) (int, error)

func (*IdResp) MarshalToSizedBuffer

func (m *IdResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdResp) ProtoMessage

func (*IdResp) ProtoMessage()

func (*IdResp) Reset

func (m *IdResp) Reset()

func (*IdResp) Size

func (m *IdResp) Size() (n int)

func (*IdResp) String

func (m *IdResp) String() string

func (*IdResp) Unmarshal

func (m *IdResp) Unmarshal(dAtA []byte) error

func (*IdResp) XXX_DiscardUnknown

func (m *IdResp) XXX_DiscardUnknown()

func (*IdResp) XXX_Marshal

func (m *IdResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdResp) XXX_Merge

func (m *IdResp) XXX_Merge(src proto.Message)

func (*IdResp) XXX_Size

func (m *IdResp) XXX_Size() int

func (*IdResp) XXX_Unmarshal

func (m *IdResp) XXX_Unmarshal(b []byte) error

type IdsReply

type IdsReply struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
}

func (*IdsReply) Descriptor

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

func (*IdsReply) GetIds

func (m *IdsReply) GetIds() []int64

func (*IdsReply) Marshal

func (m *IdsReply) Marshal() (dAtA []byte, err error)

func (*IdsReply) MarshalTo

func (m *IdsReply) MarshalTo(dAtA []byte) (int, error)

func (*IdsReply) MarshalToSizedBuffer

func (m *IdsReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdsReply) ProtoMessage

func (*IdsReply) ProtoMessage()

func (*IdsReply) Reset

func (m *IdsReply) Reset()

func (*IdsReply) Size

func (m *IdsReply) Size() (n int)

func (*IdsReply) String

func (m *IdsReply) String() string

func (*IdsReply) Unmarshal

func (m *IdsReply) Unmarshal(dAtA []byte) error

func (*IdsReply) XXX_DiscardUnknown

func (m *IdsReply) XXX_DiscardUnknown()

func (*IdsReply) XXX_Marshal

func (m *IdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdsReply) XXX_Merge

func (m *IdsReply) XXX_Merge(src proto.Message)

func (*IdsReply) XXX_Size

func (m *IdsReply) XXX_Size() int

func (*IdsReply) XXX_Unmarshal

func (m *IdsReply) XXX_Unmarshal(b []byte) error

type IdsReq

type IdsReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids" validate:"required"`
}

func (*IdsReq) Descriptor

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

func (*IdsReq) GetIds

func (m *IdsReq) GetIds() []int64

func (*IdsReq) Marshal

func (m *IdsReq) Marshal() (dAtA []byte, err error)

func (*IdsReq) MarshalTo

func (m *IdsReq) MarshalTo(dAtA []byte) (int, error)

func (*IdsReq) MarshalToSizedBuffer

func (m *IdsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdsReq) ProtoMessage

func (*IdsReq) ProtoMessage()

func (*IdsReq) Reset

func (m *IdsReq) Reset()

func (*IdsReq) Size

func (m *IdsReq) Size() (n int)

func (*IdsReq) String

func (m *IdsReq) String() string

func (*IdsReq) Unmarshal

func (m *IdsReq) Unmarshal(dAtA []byte) error

func (*IdsReq) XXX_DiscardUnknown

func (m *IdsReq) XXX_DiscardUnknown()

func (*IdsReq) XXX_Marshal

func (m *IdsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdsReq) XXX_Merge

func (m *IdsReq) XXX_Merge(src proto.Message)

func (*IdsReq) XXX_Size

func (m *IdsReq) XXX_Size() int

func (*IdsReq) XXX_Unmarshal

func (m *IdsReq) XXX_Unmarshal(b []byte) error

type ListReply

type ListReply struct {
	TotalPages   int64 `protobuf:"varint,1,opt,name=totalPages,proto3" json:"totalPages"`
	TotalRecords int64 `protobuf:"varint,2,opt,name=totalRecords,proto3" json:"totalRecords"`
	PageSize     int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize"`
	PageNumber   int64 `protobuf:"varint,4,opt,name=pageNumber,proto3" json:"pageNumber"`
}

func (*ListReply) Descriptor

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

func (*ListReply) GetPageNumber

func (m *ListReply) GetPageNumber() int64

func (*ListReply) GetPageSize

func (m *ListReply) GetPageSize() int64

func (*ListReply) GetTotalPages

func (m *ListReply) GetTotalPages() int64

func (*ListReply) GetTotalRecords

func (m *ListReply) GetTotalRecords() int64

func (*ListReply) Marshal

func (m *ListReply) Marshal() (dAtA []byte, err error)

func (*ListReply) MarshalTo

func (m *ListReply) MarshalTo(dAtA []byte) (int, error)

func (*ListReply) MarshalToSizedBuffer

func (m *ListReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListReply) ProtoMessage

func (*ListReply) ProtoMessage()

func (*ListReply) Reset

func (m *ListReply) Reset()

func (*ListReply) Size

func (m *ListReply) Size() (n int)

func (*ListReply) String

func (m *ListReply) String() string

func (*ListReply) Unmarshal

func (m *ListReply) Unmarshal(dAtA []byte) error

func (*ListReply) XXX_DiscardUnknown

func (m *ListReply) XXX_DiscardUnknown()

func (*ListReply) XXX_Marshal

func (m *ListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListReply) XXX_Merge

func (m *ListReply) XXX_Merge(src proto.Message)

func (*ListReply) XXX_Size

func (m *ListReply) XXX_Size() int

func (*ListReply) XXX_Unmarshal

func (m *ListReply) XXX_Unmarshal(b []byte) error

type ListRoomReply

type ListRoomReply struct {
	Id   int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}

func (*ListRoomReply) Descriptor

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

func (*ListRoomReply) GetId

func (m *ListRoomReply) GetId() int64

func (*ListRoomReply) GetName

func (m *ListRoomReply) GetName() string

func (*ListRoomReply) Marshal

func (m *ListRoomReply) Marshal() (dAtA []byte, err error)

func (*ListRoomReply) MarshalTo

func (m *ListRoomReply) MarshalTo(dAtA []byte) (int, error)

func (*ListRoomReply) MarshalToSizedBuffer

func (m *ListRoomReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListRoomReply) ProtoMessage

func (*ListRoomReply) ProtoMessage()

func (*ListRoomReply) Reset

func (m *ListRoomReply) Reset()

func (*ListRoomReply) Size

func (m *ListRoomReply) Size() (n int)

func (*ListRoomReply) String

func (m *ListRoomReply) String() string

func (*ListRoomReply) Unmarshal

func (m *ListRoomReply) Unmarshal(dAtA []byte) error

func (*ListRoomReply) XXX_DiscardUnknown

func (m *ListRoomReply) XXX_DiscardUnknown()

func (*ListRoomReply) XXX_Marshal

func (m *ListRoomReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRoomReply) XXX_Merge

func (m *ListRoomReply) XXX_Merge(src proto.Message)

func (*ListRoomReply) XXX_Size

func (m *ListRoomReply) XXX_Size() int

func (*ListRoomReply) XXX_Unmarshal

func (m *ListRoomReply) XXX_Unmarshal(b []byte) error

type ListUserReply

type ListUserReply struct {
	Id   int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}

func (*ListUserReply) Descriptor

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

func (*ListUserReply) GetId

func (m *ListUserReply) GetId() int64

func (*ListUserReply) GetName

func (m *ListUserReply) GetName() string

func (*ListUserReply) Marshal

func (m *ListUserReply) Marshal() (dAtA []byte, err error)

func (*ListUserReply) MarshalTo

func (m *ListUserReply) MarshalTo(dAtA []byte) (int, error)

func (*ListUserReply) MarshalToSizedBuffer

func (m *ListUserReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListUserReply) ProtoMessage

func (*ListUserReply) ProtoMessage()

func (*ListUserReply) Reset

func (m *ListUserReply) Reset()

func (*ListUserReply) Size

func (m *ListUserReply) Size() (n int)

func (*ListUserReply) String

func (m *ListUserReply) String() string

func (*ListUserReply) Unmarshal

func (m *ListUserReply) Unmarshal(dAtA []byte) error

func (*ListUserReply) XXX_DiscardUnknown

func (m *ListUserReply) XXX_DiscardUnknown()

func (*ListUserReply) XXX_Marshal

func (m *ListUserReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUserReply) XXX_Merge

func (m *ListUserReply) XXX_Merge(src proto.Message)

func (*ListUserReply) XXX_Size

func (m *ListUserReply) XXX_Size() int

func (*ListUserReply) XXX_Unmarshal

func (m *ListUserReply) XXX_Unmarshal(b []byte) error

type QueryReq

type QueryReq struct {
	Page     int64       `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize int64       `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
	Sorted   []*Sorted   `protobuf:"bytes,3,rep,name=sorted,proto3" json:"sorted"`
	Filtered []*Filtered `protobuf:"bytes,4,rep,name=filtered,proto3" json:"filtered"`
}

func (*QueryReq) Descriptor

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

func (*QueryReq) GetFiltered

func (m *QueryReq) GetFiltered() []*Filtered

func (*QueryReq) GetPage

func (m *QueryReq) GetPage() int64

func (*QueryReq) GetPageSize

func (m *QueryReq) GetPageSize() int64

func (*QueryReq) GetSorted

func (m *QueryReq) GetSorted() []*Sorted

func (*QueryReq) Marshal

func (m *QueryReq) Marshal() (dAtA []byte, err error)

func (*QueryReq) MarshalTo

func (m *QueryReq) MarshalTo(dAtA []byte) (int, error)

func (*QueryReq) MarshalToSizedBuffer

func (m *QueryReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryReq) ProtoMessage

func (*QueryReq) ProtoMessage()

func (*QueryReq) Reset

func (m *QueryReq) Reset()

func (*QueryReq) Size

func (m *QueryReq) Size() (n int)

func (*QueryReq) String

func (m *QueryReq) String() string

func (*QueryReq) Unmarshal

func (m *QueryReq) Unmarshal(dAtA []byte) error

func (*QueryReq) XXX_DiscardUnknown

func (m *QueryReq) XXX_DiscardUnknown()

func (*QueryReq) XXX_Marshal

func (m *QueryReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryReq) XXX_Merge

func (m *QueryReq) XXX_Merge(src proto.Message)

func (*QueryReq) XXX_Size

func (m *QueryReq) XXX_Size() int

func (*QueryReq) XXX_Unmarshal

func (m *QueryReq) XXX_Unmarshal(b []byte) error

type Reply

type Reply struct {
	//返回状态码,0表示失败
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status"`
	//返回信息描述
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
}

func (*Reply) Descriptor

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

func (*Reply) GetMessage

func (m *Reply) GetMessage() string

func (*Reply) GetStatus

func (m *Reply) GetStatus() int32

func (*Reply) Marshal

func (m *Reply) Marshal() (dAtA []byte, err error)

func (*Reply) MarshalTo

func (m *Reply) MarshalTo(dAtA []byte) (int, error)

func (*Reply) MarshalToSizedBuffer

func (m *Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Reply) ProtoMessage

func (*Reply) ProtoMessage()

func (*Reply) Reset

func (m *Reply) Reset()

func (*Reply) Size

func (m *Reply) Size() (n int)

func (*Reply) String

func (m *Reply) String() string

func (*Reply) Unmarshal

func (m *Reply) Unmarshal(dAtA []byte) error

func (*Reply) XXX_DiscardUnknown

func (m *Reply) XXX_DiscardUnknown()

func (*Reply) XXX_Marshal

func (m *Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Reply) XXX_Merge

func (m *Reply) XXX_Merge(src proto.Message)

func (*Reply) XXX_Size

func (m *Reply) XXX_Size() int

func (*Reply) XXX_Unmarshal

func (m *Reply) XXX_Unmarshal(b []byte) error

type Sorted

type Sorted struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc bool   `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"`
}

func (*Sorted) Descriptor

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

func (*Sorted) GetDesc

func (m *Sorted) GetDesc() bool

func (*Sorted) GetId

func (m *Sorted) GetId() string

func (*Sorted) Marshal

func (m *Sorted) Marshal() (dAtA []byte, err error)

func (*Sorted) MarshalTo

func (m *Sorted) MarshalTo(dAtA []byte) (int, error)

func (*Sorted) MarshalToSizedBuffer

func (m *Sorted) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Sorted) ProtoMessage

func (*Sorted) ProtoMessage()

func (*Sorted) Reset

func (m *Sorted) Reset()

func (*Sorted) Size

func (m *Sorted) Size() (n int)

func (*Sorted) String

func (m *Sorted) String() string

func (*Sorted) Unmarshal

func (m *Sorted) Unmarshal(dAtA []byte) error

func (*Sorted) XXX_DiscardUnknown

func (m *Sorted) XXX_DiscardUnknown()

func (*Sorted) XXX_Marshal

func (m *Sorted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Sorted) XXX_Merge

func (m *Sorted) XXX_Merge(src proto.Message)

func (*Sorted) XXX_Size

func (m *Sorted) XXX_Size() int

func (*Sorted) XXX_Unmarshal

func (m *Sorted) XXX_Unmarshal(b []byte) error

type StrIdReq

type StrIdReq struct {
	// 主键id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" validate:"required"`
}

func (*StrIdReq) Descriptor

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

func (*StrIdReq) GetId

func (m *StrIdReq) GetId() string

func (*StrIdReq) Marshal

func (m *StrIdReq) Marshal() (dAtA []byte, err error)

func (*StrIdReq) MarshalTo

func (m *StrIdReq) MarshalTo(dAtA []byte) (int, error)

func (*StrIdReq) MarshalToSizedBuffer

func (m *StrIdReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StrIdReq) ProtoMessage

func (*StrIdReq) ProtoMessage()

func (*StrIdReq) Reset

func (m *StrIdReq) Reset()

func (*StrIdReq) Size

func (m *StrIdReq) Size() (n int)

func (*StrIdReq) String

func (m *StrIdReq) String() string

func (*StrIdReq) Unmarshal

func (m *StrIdReq) Unmarshal(dAtA []byte) error

func (*StrIdReq) XXX_DiscardUnknown

func (m *StrIdReq) XXX_DiscardUnknown()

func (*StrIdReq) XXX_Marshal

func (m *StrIdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StrIdReq) XXX_Merge

func (m *StrIdReq) XXX_Merge(src proto.Message)

func (*StrIdReq) XXX_Size

func (m *StrIdReq) XXX_Size() int

func (*StrIdReq) XXX_Unmarshal

func (m *StrIdReq) XXX_Unmarshal(b []byte) error

type StrIdsReq

type StrIdsReq struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids" validate:"required"`
}

func (*StrIdsReq) Descriptor

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

func (*StrIdsReq) GetIds

func (m *StrIdsReq) GetIds() []string

func (*StrIdsReq) Marshal

func (m *StrIdsReq) Marshal() (dAtA []byte, err error)

func (*StrIdsReq) MarshalTo

func (m *StrIdsReq) MarshalTo(dAtA []byte) (int, error)

func (*StrIdsReq) MarshalToSizedBuffer

func (m *StrIdsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StrIdsReq) ProtoMessage

func (*StrIdsReq) ProtoMessage()

func (*StrIdsReq) Reset

func (m *StrIdsReq) Reset()

func (*StrIdsReq) Size

func (m *StrIdsReq) Size() (n int)

func (*StrIdsReq) String

func (m *StrIdsReq) String() string

func (*StrIdsReq) Unmarshal

func (m *StrIdsReq) Unmarshal(dAtA []byte) error

func (*StrIdsReq) XXX_DiscardUnknown

func (m *StrIdsReq) XXX_DiscardUnknown()

func (*StrIdsReq) XXX_Marshal

func (m *StrIdsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StrIdsReq) XXX_Merge

func (m *StrIdsReq) XXX_Merge(src proto.Message)

func (*StrIdsReq) XXX_Size

func (m *StrIdsReq) XXX_Size() int

func (*StrIdsReq) XXX_Unmarshal

func (m *StrIdsReq) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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