pb

package
v0.0.0-...-00143f1 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2013 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RpbIndexReq_IndexQueryType_name = map[int32]string{
	0: "eq",
	1: "range",
}
View Source
var RpbIndexReq_IndexQueryType_value = map[string]int32{
	"eq":    0,
	"range": 1,
}

Functions

This section is empty.

Types

type RpbBucketProps

type RpbBucketProps struct {
	NVal             *uint32 `protobuf:"varint,1,opt,name=n_val" json:"n_val,omitempty"`
	AllowMult        *bool   `protobuf:"varint,2,opt,name=allow_mult" json:"allow_mult,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*RpbBucketProps) GetAllowMult

func (this *RpbBucketProps) GetAllowMult() bool

func (*RpbBucketProps) GetNVal

func (this *RpbBucketProps) GetNVal() uint32

func (*RpbBucketProps) ProtoMessage

func (*RpbBucketProps) ProtoMessage()

func (*RpbBucketProps) Reset

func (this *RpbBucketProps) Reset()

func (*RpbBucketProps) String

func (this *RpbBucketProps) String() string

type RpbContent

type RpbContent struct {
	Value            []byte     `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
	ContentType      []byte     `protobuf:"bytes,2,opt,name=content_type" json:"content_type,omitempty"`
	Charset          []byte     `protobuf:"bytes,3,opt,name=charset" json:"charset,omitempty"`
	ContentEncoding  []byte     `protobuf:"bytes,4,opt,name=content_encoding" json:"content_encoding,omitempty"`
	Vtag             []byte     `protobuf:"bytes,5,opt,name=vtag" json:"vtag,omitempty"`
	Links            []*RpbLink `protobuf:"bytes,6,rep,name=links" json:"links,omitempty"`
	LastMod          *uint32    `protobuf:"varint,7,opt,name=last_mod" json:"last_mod,omitempty"`
	LastModUsecs     *uint32    `protobuf:"varint,8,opt,name=last_mod_usecs" json:"last_mod_usecs,omitempty"`
	Usermeta         []*RpbPair `protobuf:"bytes,9,rep,name=usermeta" json:"usermeta,omitempty"`
	Indexes          []*RpbPair `protobuf:"bytes,10,rep,name=indexes" json:"indexes,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*RpbContent) GetCharset

func (this *RpbContent) GetCharset() []byte

func (*RpbContent) GetContentEncoding

func (this *RpbContent) GetContentEncoding() []byte

func (*RpbContent) GetContentType

func (this *RpbContent) GetContentType() []byte

func (*RpbContent) GetLastMod

func (this *RpbContent) GetLastMod() uint32

func (*RpbContent) GetLastModUsecs

func (this *RpbContent) GetLastModUsecs() uint32

func (*RpbContent) GetValue

func (this *RpbContent) GetValue() []byte

func (*RpbContent) GetVtag

func (this *RpbContent) GetVtag() []byte

func (*RpbContent) ProtoMessage

func (*RpbContent) ProtoMessage()

func (*RpbContent) Reset

func (this *RpbContent) Reset()

func (*RpbContent) String

func (this *RpbContent) String() string

type RpbDelReq

type RpbDelReq struct {
	Bucket           []byte  `protobuf:"bytes,1,req,name=bucket" json:"bucket,omitempty"`
	Key              []byte  `protobuf:"bytes,2,req,name=key" json:"key,omitempty"`
	Rw               *uint32 `protobuf:"varint,3,opt,name=rw" json:"rw,omitempty"`
	Vclock           []byte  `protobuf:"bytes,4,opt,name=vclock" json:"vclock,omitempty"`
	R                *uint32 `protobuf:"varint,5,opt,name=r" json:"r,omitempty"`
	W                *uint32 `protobuf:"varint,6,opt,name=w" json:"w,omitempty"`
	Pr               *uint32 `protobuf:"varint,7,opt,name=pr" json:"pr,omitempty"`
	Pw               *uint32 `protobuf:"varint,8,opt,name=pw" json:"pw,omitempty"`
	Dw               *uint32 `protobuf:"varint,9,opt,name=dw" json:"dw,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*RpbDelReq) GetBucket

func (this *RpbDelReq) GetBucket() []byte

func (*RpbDelReq) GetDw

func (this *RpbDelReq) GetDw() uint32

func (*RpbDelReq) GetKey

func (this *RpbDelReq) GetKey() []byte

func (*RpbDelReq) GetPr

func (this *RpbDelReq) GetPr() uint32

func (*RpbDelReq) GetPw

func (this *RpbDelReq) GetPw() uint32

func (*RpbDelReq) GetR

func (this *RpbDelReq) GetR() uint32

func (*RpbDelReq) GetRw

func (this *RpbDelReq) GetRw() uint32

func (*RpbDelReq) GetVclock

func (this *RpbDelReq) GetVclock() []byte

func (*RpbDelReq) GetW

func (this *RpbDelReq) GetW() uint32

func (*RpbDelReq) ProtoMessage

func (*RpbDelReq) ProtoMessage()

func (*RpbDelReq) Reset

func (this *RpbDelReq) Reset()

func (*RpbDelReq) String

func (this *RpbDelReq) String() string

type RpbErrorResp

type RpbErrorResp struct {
	Errmsg           []byte  `protobuf:"bytes,1,req,name=errmsg" json:"errmsg,omitempty"`
	Errcode          *uint32 `protobuf:"varint,2,req,name=errcode" json:"errcode,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*RpbErrorResp) GetErrcode

func (this *RpbErrorResp) GetErrcode() uint32

func (*RpbErrorResp) GetErrmsg

func (this *RpbErrorResp) GetErrmsg() []byte

func (*RpbErrorResp) ProtoMessage

func (*RpbErrorResp) ProtoMessage()

func (*RpbErrorResp) Reset

func (this *RpbErrorResp) Reset()

func (*RpbErrorResp) String

func (this *RpbErrorResp) String() string

type RpbGetBucketReq

type RpbGetBucketReq struct {
	Bucket           []byte `protobuf:"bytes,1,req,name=bucket" json:"bucket,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbGetBucketReq) GetBucket

func (this *RpbGetBucketReq) GetBucket() []byte

func (*RpbGetBucketReq) ProtoMessage

func (*RpbGetBucketReq) ProtoMessage()

func (*RpbGetBucketReq) Reset

func (this *RpbGetBucketReq) Reset()

func (*RpbGetBucketReq) String

func (this *RpbGetBucketReq) String() string

type RpbGetBucketResp

type RpbGetBucketResp struct {
	Props            *RpbBucketProps `protobuf:"bytes,1,req,name=props" json:"props,omitempty"`
	XXX_unrecognized []byte          `json:"-"`
}

func (*RpbGetBucketResp) GetProps

func (this *RpbGetBucketResp) GetProps() *RpbBucketProps

func (*RpbGetBucketResp) ProtoMessage

func (*RpbGetBucketResp) ProtoMessage()

func (*RpbGetBucketResp) Reset

func (this *RpbGetBucketResp) Reset()

func (*RpbGetBucketResp) String

func (this *RpbGetBucketResp) String() string

type RpbGetClientIdResp

type RpbGetClientIdResp struct {
	ClientId         []byte `protobuf:"bytes,1,req,name=client_id" json:"client_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbGetClientIdResp) GetClientId

func (this *RpbGetClientIdResp) GetClientId() []byte

func (*RpbGetClientIdResp) ProtoMessage

func (*RpbGetClientIdResp) ProtoMessage()

func (*RpbGetClientIdResp) Reset

func (this *RpbGetClientIdResp) Reset()

func (*RpbGetClientIdResp) String

func (this *RpbGetClientIdResp) String() string

type RpbGetReq

type RpbGetReq struct {
	Bucket           []byte  `protobuf:"bytes,1,req,name=bucket" json:"bucket,omitempty"`
	Key              []byte  `protobuf:"bytes,2,req,name=key" json:"key,omitempty"`
	R                *uint32 `protobuf:"varint,3,opt,name=r" json:"r,omitempty"`
	Pr               *uint32 `protobuf:"varint,4,opt,name=pr" json:"pr,omitempty"`
	BasicQuorum      *bool   `protobuf:"varint,5,opt,name=basic_quorum" json:"basic_quorum,omitempty"`
	NotfoundOk       *bool   `protobuf:"varint,6,opt,name=notfound_ok" json:"notfound_ok,omitempty"`
	IfModified       []byte  `protobuf:"bytes,7,opt,name=if_modified" json:"if_modified,omitempty"`
	Head             *bool   `protobuf:"varint,8,opt,name=head" json:"head,omitempty"`
	Deletedvclock    *bool   `protobuf:"varint,9,opt,name=deletedvclock" json:"deletedvclock,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*RpbGetReq) GetBasicQuorum

func (this *RpbGetReq) GetBasicQuorum() bool

func (*RpbGetReq) GetBucket

func (this *RpbGetReq) GetBucket() []byte

func (*RpbGetReq) GetDeletedvclock

func (this *RpbGetReq) GetDeletedvclock() bool

func (*RpbGetReq) GetHead

func (this *RpbGetReq) GetHead() bool

func (*RpbGetReq) GetIfModified

func (this *RpbGetReq) GetIfModified() []byte

func (*RpbGetReq) GetKey

func (this *RpbGetReq) GetKey() []byte

func (*RpbGetReq) GetNotfoundOk

func (this *RpbGetReq) GetNotfoundOk() bool

func (*RpbGetReq) GetPr

func (this *RpbGetReq) GetPr() uint32

func (*RpbGetReq) GetR

func (this *RpbGetReq) GetR() uint32

func (*RpbGetReq) ProtoMessage

func (*RpbGetReq) ProtoMessage()

func (*RpbGetReq) Reset

func (this *RpbGetReq) Reset()

func (*RpbGetReq) String

func (this *RpbGetReq) String() string

type RpbGetResp

type RpbGetResp struct {
	Content          []*RpbContent `protobuf:"bytes,1,rep,name=content" json:"content,omitempty"`
	Vclock           []byte        `protobuf:"bytes,2,opt,name=vclock" json:"vclock,omitempty"`
	Unchanged        *bool         `protobuf:"varint,3,opt,name=unchanged" json:"unchanged,omitempty"`
	XXX_unrecognized []byte        `json:"-"`
}

func (*RpbGetResp) GetUnchanged

func (this *RpbGetResp) GetUnchanged() bool

func (*RpbGetResp) GetVclock

func (this *RpbGetResp) GetVclock() []byte

func (*RpbGetResp) ProtoMessage

func (*RpbGetResp) ProtoMessage()

func (*RpbGetResp) Reset

func (this *RpbGetResp) Reset()

func (*RpbGetResp) String

func (this *RpbGetResp) String() string

type RpbGetServerInfoResp

type RpbGetServerInfoResp struct {
	Node             []byte `protobuf:"bytes,1,opt,name=node" json:"node,omitempty"`
	ServerVersion    []byte `protobuf:"bytes,2,opt,name=server_version" json:"server_version,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbGetServerInfoResp) GetNode

func (this *RpbGetServerInfoResp) GetNode() []byte

func (*RpbGetServerInfoResp) GetServerVersion

func (this *RpbGetServerInfoResp) GetServerVersion() []byte

func (*RpbGetServerInfoResp) ProtoMessage

func (*RpbGetServerInfoResp) ProtoMessage()

func (*RpbGetServerInfoResp) Reset

func (this *RpbGetServerInfoResp) Reset()

func (*RpbGetServerInfoResp) String

func (this *RpbGetServerInfoResp) String() string

type RpbIndexReq

type RpbIndexReq struct {
	Bucket           []byte                      `protobuf:"bytes,1,req,name=bucket" json:"bucket,omitempty"`
	Index            []byte                      `protobuf:"bytes,2,req,name=index" json:"index,omitempty"`
	Qtype            *RpbIndexReq_IndexQueryType `protobuf:"varint,3,req,name=qtype,enum=RpbIndexReq_IndexQueryType" json:"qtype,omitempty"`
	Key              []byte                      `protobuf:"bytes,4,opt,name=key" json:"key,omitempty"`
	RangeMin         []byte                      `protobuf:"bytes,5,opt,name=range_min" json:"range_min,omitempty"`
	RangeMax         []byte                      `protobuf:"bytes,6,opt,name=range_max" json:"range_max,omitempty"`
	XXX_unrecognized []byte                      `json:"-"`
}

func (*RpbIndexReq) GetBucket

func (this *RpbIndexReq) GetBucket() []byte

func (*RpbIndexReq) GetIndex

func (this *RpbIndexReq) GetIndex() []byte

func (*RpbIndexReq) GetKey

func (this *RpbIndexReq) GetKey() []byte

func (*RpbIndexReq) GetQtype

func (this *RpbIndexReq) GetQtype() RpbIndexReq_IndexQueryType

func (*RpbIndexReq) GetRangeMax

func (this *RpbIndexReq) GetRangeMax() []byte

func (*RpbIndexReq) GetRangeMin

func (this *RpbIndexReq) GetRangeMin() []byte

func (*RpbIndexReq) ProtoMessage

func (*RpbIndexReq) ProtoMessage()

func (*RpbIndexReq) Reset

func (this *RpbIndexReq) Reset()

func (*RpbIndexReq) String

func (this *RpbIndexReq) String() string

type RpbIndexReq_IndexQueryType

type RpbIndexReq_IndexQueryType int32
const (
	RpbIndexReq_eq    RpbIndexReq_IndexQueryType = 0
	RpbIndexReq_range RpbIndexReq_IndexQueryType = 1
)

func (RpbIndexReq_IndexQueryType) Enum

func (RpbIndexReq_IndexQueryType) MarshalJSON

func (x RpbIndexReq_IndexQueryType) MarshalJSON() ([]byte, error)

func (RpbIndexReq_IndexQueryType) String

func (*RpbIndexReq_IndexQueryType) UnmarshalJSON

func (x *RpbIndexReq_IndexQueryType) UnmarshalJSON(data []byte) error

type RpbIndexResp

type RpbIndexResp struct {
	Keys             [][]byte `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*RpbIndexResp) ProtoMessage

func (*RpbIndexResp) ProtoMessage()

func (*RpbIndexResp) Reset

func (this *RpbIndexResp) Reset()

func (*RpbIndexResp) String

func (this *RpbIndexResp) String() string
type RpbLink struct {
	Bucket           []byte `protobuf:"bytes,1,opt,name=bucket" json:"bucket,omitempty"`
	Key              []byte `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	Tag              []byte `protobuf:"bytes,3,opt,name=tag" json:"tag,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbLink) GetBucket

func (this *RpbLink) GetBucket() []byte

func (*RpbLink) GetKey

func (this *RpbLink) GetKey() []byte

func (*RpbLink) GetTag

func (this *RpbLink) GetTag() []byte

func (*RpbLink) ProtoMessage

func (*RpbLink) ProtoMessage()

func (*RpbLink) Reset

func (this *RpbLink) Reset()

func (*RpbLink) String

func (this *RpbLink) String() string

type RpbListBucketsResp

type RpbListBucketsResp struct {
	Buckets          [][]byte `protobuf:"bytes,1,rep,name=buckets" json:"buckets,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*RpbListBucketsResp) ProtoMessage

func (*RpbListBucketsResp) ProtoMessage()

func (*RpbListBucketsResp) Reset

func (this *RpbListBucketsResp) Reset()

func (*RpbListBucketsResp) String

func (this *RpbListBucketsResp) String() string

type RpbListKeysReq

type RpbListKeysReq struct {
	Bucket           []byte `protobuf:"bytes,1,req,name=bucket" json:"bucket,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbListKeysReq) GetBucket

func (this *RpbListKeysReq) GetBucket() []byte

func (*RpbListKeysReq) ProtoMessage

func (*RpbListKeysReq) ProtoMessage()

func (*RpbListKeysReq) Reset

func (this *RpbListKeysReq) Reset()

func (*RpbListKeysReq) String

func (this *RpbListKeysReq) String() string

type RpbListKeysResp

type RpbListKeysResp struct {
	Keys             [][]byte `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	Done             *bool    `protobuf:"varint,2,opt,name=done" json:"done,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*RpbListKeysResp) GetDone

func (this *RpbListKeysResp) GetDone() bool

func (*RpbListKeysResp) ProtoMessage

func (*RpbListKeysResp) ProtoMessage()

func (*RpbListKeysResp) Reset

func (this *RpbListKeysResp) Reset()

func (*RpbListKeysResp) String

func (this *RpbListKeysResp) String() string

type RpbMapRedReq

type RpbMapRedReq struct {
	Request          []byte `protobuf:"bytes,1,req,name=request" json:"request,omitempty"`
	ContentType      []byte `protobuf:"bytes,2,req,name=content_type" json:"content_type,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbMapRedReq) GetContentType

func (this *RpbMapRedReq) GetContentType() []byte

func (*RpbMapRedReq) GetRequest

func (this *RpbMapRedReq) GetRequest() []byte

func (*RpbMapRedReq) ProtoMessage

func (*RpbMapRedReq) ProtoMessage()

func (*RpbMapRedReq) Reset

func (this *RpbMapRedReq) Reset()

func (*RpbMapRedReq) String

func (this *RpbMapRedReq) String() string

type RpbMapRedResp

type RpbMapRedResp struct {
	Phase            *uint32 `protobuf:"varint,1,opt,name=phase" json:"phase,omitempty"`
	Response         []byte  `protobuf:"bytes,2,opt,name=response" json:"response,omitempty"`
	Done             *bool   `protobuf:"varint,3,opt,name=done" json:"done,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*RpbMapRedResp) GetDone

func (this *RpbMapRedResp) GetDone() bool

func (*RpbMapRedResp) GetPhase

func (this *RpbMapRedResp) GetPhase() uint32

func (*RpbMapRedResp) GetResponse

func (this *RpbMapRedResp) GetResponse() []byte

func (*RpbMapRedResp) ProtoMessage

func (*RpbMapRedResp) ProtoMessage()

func (*RpbMapRedResp) Reset

func (this *RpbMapRedResp) Reset()

func (*RpbMapRedResp) String

func (this *RpbMapRedResp) String() string

type RpbPair

type RpbPair struct {
	Key              []byte `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Value            []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbPair) GetKey

func (this *RpbPair) GetKey() []byte

func (*RpbPair) GetValue

func (this *RpbPair) GetValue() []byte

func (*RpbPair) ProtoMessage

func (*RpbPair) ProtoMessage()

func (*RpbPair) Reset

func (this *RpbPair) Reset()

func (*RpbPair) String

func (this *RpbPair) String() string

type RpbPutReq

type RpbPutReq struct {
	Bucket           []byte      `protobuf:"bytes,1,req,name=bucket" json:"bucket,omitempty"`
	Key              []byte      `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	Vclock           []byte      `protobuf:"bytes,3,opt,name=vclock" json:"vclock,omitempty"`
	Content          *RpbContent `protobuf:"bytes,4,req,name=content" json:"content,omitempty"`
	W                *uint32     `protobuf:"varint,5,opt,name=w" json:"w,omitempty"`
	Dw               *uint32     `protobuf:"varint,6,opt,name=dw" json:"dw,omitempty"`
	ReturnBody       *bool       `protobuf:"varint,7,opt,name=return_body" json:"return_body,omitempty"`
	Pw               *uint32     `protobuf:"varint,8,opt,name=pw" json:"pw,omitempty"`
	IfNotModified    *bool       `protobuf:"varint,9,opt,name=if_not_modified" json:"if_not_modified,omitempty"`
	IfNoneMatch      *bool       `protobuf:"varint,10,opt,name=if_none_match" json:"if_none_match,omitempty"`
	ReturnHead       *bool       `protobuf:"varint,11,opt,name=return_head" json:"return_head,omitempty"`
	XXX_unrecognized []byte      `json:"-"`
}

func (*RpbPutReq) GetBucket

func (this *RpbPutReq) GetBucket() []byte

func (*RpbPutReq) GetContent

func (this *RpbPutReq) GetContent() *RpbContent

func (*RpbPutReq) GetDw

func (this *RpbPutReq) GetDw() uint32

func (*RpbPutReq) GetIfNoneMatch

func (this *RpbPutReq) GetIfNoneMatch() bool

func (*RpbPutReq) GetIfNotModified

func (this *RpbPutReq) GetIfNotModified() bool

func (*RpbPutReq) GetKey

func (this *RpbPutReq) GetKey() []byte

func (*RpbPutReq) GetPw

func (this *RpbPutReq) GetPw() uint32

func (*RpbPutReq) GetReturnBody

func (this *RpbPutReq) GetReturnBody() bool

func (*RpbPutReq) GetReturnHead

func (this *RpbPutReq) GetReturnHead() bool

func (*RpbPutReq) GetVclock

func (this *RpbPutReq) GetVclock() []byte

func (*RpbPutReq) GetW

func (this *RpbPutReq) GetW() uint32

func (*RpbPutReq) ProtoMessage

func (*RpbPutReq) ProtoMessage()

func (*RpbPutReq) Reset

func (this *RpbPutReq) Reset()

func (*RpbPutReq) String

func (this *RpbPutReq) String() string

type RpbPutResp

type RpbPutResp struct {
	Content          []*RpbContent `protobuf:"bytes,1,rep,name=content" json:"content,omitempty"`
	Vclock           []byte        `protobuf:"bytes,2,opt,name=vclock" json:"vclock,omitempty"`
	Key              []byte        `protobuf:"bytes,3,opt,name=key" json:"key,omitempty"`
	XXX_unrecognized []byte        `json:"-"`
}

func (*RpbPutResp) GetKey

func (this *RpbPutResp) GetKey() []byte

func (*RpbPutResp) GetVclock

func (this *RpbPutResp) GetVclock() []byte

func (*RpbPutResp) ProtoMessage

func (*RpbPutResp) ProtoMessage()

func (*RpbPutResp) Reset

func (this *RpbPutResp) Reset()

func (*RpbPutResp) String

func (this *RpbPutResp) String() string

type RpbSetBucketReq

type RpbSetBucketReq struct {
	Bucket           []byte          `protobuf:"bytes,1,req,name=bucket" json:"bucket,omitempty"`
	Props            *RpbBucketProps `protobuf:"bytes,2,req,name=props" json:"props,omitempty"`
	XXX_unrecognized []byte          `json:"-"`
}

func (*RpbSetBucketReq) GetBucket

func (this *RpbSetBucketReq) GetBucket() []byte

func (*RpbSetBucketReq) GetProps

func (this *RpbSetBucketReq) GetProps() *RpbBucketProps

func (*RpbSetBucketReq) ProtoMessage

func (*RpbSetBucketReq) ProtoMessage()

func (*RpbSetBucketReq) Reset

func (this *RpbSetBucketReq) Reset()

func (*RpbSetBucketReq) String

func (this *RpbSetBucketReq) String() string

type RpbSetClientIdReq

type RpbSetClientIdReq struct {
	ClientId         []byte `protobuf:"bytes,1,req,name=client_id" json:"client_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbSetClientIdReq) GetClientId

func (this *RpbSetClientIdReq) GetClientId() []byte

func (*RpbSetClientIdReq) ProtoMessage

func (*RpbSetClientIdReq) ProtoMessage()

func (*RpbSetClientIdReq) Reset

func (this *RpbSetClientIdReq) Reset()

func (*RpbSetClientIdReq) String

func (this *RpbSetClientIdReq) String() string

Jump to

Keyboard shortcuts

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