options

package
v0.0.0-...-5e0d1b1 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2019 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var E_Api = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*LazyApi)(nil),
	Field:         54403,
	Name:          "lazy.api",
	Tag:           "bytes,54403,opt,name=api",
	Filename:      "lazy.proto",
}
View Source
var E_ApiCfg = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.ServiceOptions)(nil),
	ExtensionType: (*ApiConfig)(nil),
	Field:         54408,
	Name:          "lazy.api_cfg",
	Tag:           "bytes,54408,opt,name=api_cfg",
	Filename:      "lazy.proto",
}
View Source
var E_ApiRoute = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.ServiceOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         54409,
	Name:          "lazy.api_route",
	Tag:           "bytes,54409,opt,name=api_route",
	Filename:      "lazy.proto",
}
View Source
var E_Dao = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*DaoOptions)(nil),
	Field:         54401,
	Name:          "lazy.dao",
	Tag:           "bytes,54401,opt,name=dao",
	Filename:      "lazy.proto",
}
View Source
var E_State = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*NgState)(nil),
	Field:         54402,
	Name:          "lazy.state",
	Tag:           "bytes,54402,opt,name=state",
	Filename:      "lazy.proto",
}
View Source
var E_Svc = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*ServiceImp)(nil),
	Field:         54410,
	Name:          "lazy.svc",
	Tag:           "bytes,54410,opt,name=svc",
	Filename:      "lazy.proto",
}
View Source
var E_UseRedis = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FileOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         54402,
	Name:          "lazy.use_redis",
	Tag:           "varint,54402,opt,name=use_redis",
	Filename:      "lazy.proto",
}
View Source
var E_UseRedisCluster = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FileOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         54403,
	Name:          "lazy.use_redis_cluster",
	Tag:           "varint,54403,opt,name=use_redis_cluster",
	Filename:      "lazy.proto",
}
View Source
var E_UseXorm = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FileOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         54401,
	Name:          "lazy.use_xorm",
	Tag:           "varint,54401,opt,name=use_xorm",
	Filename:      "lazy.proto",
}
View Source
var E_Validate = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         54411,
	Name:          "lazy.validate",
	Tag:           "varint,54411,opt,name=validate",
	Filename:      "lazy.proto",
}

Functions

This section is empty.

Types

type ApiConfig

type ApiConfig struct {
	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Provide              string   `protobuf:"bytes,2,opt,name=provide,proto3" json:"provide,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApiConfig) Descriptor

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

func (*ApiConfig) GetProvide

func (m *ApiConfig) GetProvide() string

func (*ApiConfig) GetUrl

func (m *ApiConfig) GetUrl() string

func (*ApiConfig) ProtoMessage

func (*ApiConfig) ProtoMessage()

func (*ApiConfig) Reset

func (m *ApiConfig) Reset()

func (*ApiConfig) String

func (m *ApiConfig) String() string

func (*ApiConfig) XXX_DiscardUnknown

func (m *ApiConfig) XXX_DiscardUnknown()

func (*ApiConfig) XXX_Marshal

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

func (*ApiConfig) XXX_Merge

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

func (*ApiConfig) XXX_Size

func (m *ApiConfig) XXX_Size() int

func (*ApiConfig) XXX_Unmarshal

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

type AutoOrm

type AutoOrm struct {
	Unique               []string `protobuf:"bytes,1,rep,name=unique,proto3" json:"unique,omitempty"`
	SchemaTable          string   `protobuf:"bytes,2,opt,name=schemaTable,proto3" json:"schemaTable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AutoOrm) Descriptor

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

func (*AutoOrm) GetSchemaTable

func (m *AutoOrm) GetSchemaTable() string

func (*AutoOrm) GetUnique

func (m *AutoOrm) GetUnique() []string

func (*AutoOrm) ProtoMessage

func (*AutoOrm) ProtoMessage()

func (*AutoOrm) Reset

func (m *AutoOrm) Reset()

func (*AutoOrm) String

func (m *AutoOrm) String() string

func (*AutoOrm) XXX_DiscardUnknown

func (m *AutoOrm) XXX_DiscardUnknown()

func (*AutoOrm) XXX_Marshal

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

func (*AutoOrm) XXX_Merge

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

func (*AutoOrm) XXX_Size

func (m *AutoOrm) XXX_Size() int

func (*AutoOrm) XXX_Unmarshal

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

type DaoOptions

type DaoOptions struct {
	Xorm                 []*OrmOption `protobuf:"bytes,1,rep,name=xorm,proto3" json:"xorm,omitempty"`
	AutoXorm             *AutoOrm     `protobuf:"bytes,2,opt,name=auto_xorm,json=autoXorm,proto3" json:"auto_xorm,omitempty"`
	Rds                  []*RdsOption `protobuf:"bytes,3,rep,name=rds,proto3" json:"rds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DaoOptions) Descriptor

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

func (*DaoOptions) GetAutoXorm

func (m *DaoOptions) GetAutoXorm() *AutoOrm

func (*DaoOptions) GetRds

func (m *DaoOptions) GetRds() []*RdsOption

func (*DaoOptions) GetXorm

func (m *DaoOptions) GetXorm() []*OrmOption

func (*DaoOptions) ProtoMessage

func (*DaoOptions) ProtoMessage()

func (*DaoOptions) Reset

func (m *DaoOptions) Reset()

func (*DaoOptions) String

func (m *DaoOptions) String() string

func (*DaoOptions) XXX_DiscardUnknown

func (m *DaoOptions) XXX_DiscardUnknown()

func (*DaoOptions) XXX_Marshal

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

func (*DaoOptions) XXX_Merge

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

func (*DaoOptions) XXX_Size

func (m *DaoOptions) XXX_Size() int

func (*DaoOptions) XXX_Unmarshal

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

type LazyApi

type LazyApi struct {
	Method               string   `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Path                 string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	NoneGo               bool     `protobuf:"varint,3,opt,name=noneGo,proto3" json:"noneGo,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LazyApi) Descriptor

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

func (*LazyApi) GetMethod

func (m *LazyApi) GetMethod() string

func (*LazyApi) GetNoneGo

func (m *LazyApi) GetNoneGo() bool

func (*LazyApi) GetPath

func (m *LazyApi) GetPath() string

func (*LazyApi) ProtoMessage

func (*LazyApi) ProtoMessage()

func (*LazyApi) Reset

func (m *LazyApi) Reset()

func (*LazyApi) String

func (m *LazyApi) String() string

func (*LazyApi) XXX_DiscardUnknown

func (m *LazyApi) XXX_DiscardUnknown()

func (*LazyApi) XXX_Marshal

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

func (*LazyApi) XXX_Merge

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

func (*LazyApi) XXX_Size

func (m *LazyApi) XXX_Size() int

func (*LazyApi) XXX_Unmarshal

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

type NgState

type NgState struct {
	Rcv                  []*Receiver `protobuf:"bytes,1,rep,name=rcv,proto3" json:"rcv,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*NgState) Descriptor

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

func (*NgState) GetRcv

func (m *NgState) GetRcv() []*Receiver

func (*NgState) ProtoMessage

func (*NgState) ProtoMessage()

func (*NgState) Reset

func (m *NgState) Reset()

func (*NgState) String

func (m *NgState) String() string

func (*NgState) XXX_DiscardUnknown

func (m *NgState) XXX_DiscardUnknown()

func (*NgState) XXX_Marshal

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

func (*NgState) XXX_Merge

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

func (*NgState) XXX_Size

func (m *NgState) XXX_Size() int

func (*NgState) XXX_Unmarshal

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

type OrmOption

type OrmOption struct {
	Name                 string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Inparam              string        `protobuf:"bytes,2,opt,name=inparam,proto3" json:"inparam,omitempty"`
	Uid                  *UidOptions   `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	IsTran               bool          `protobuf:"varint,4,opt,name=is_tran,json=isTran,proto3" json:"is_tran,omitempty"`
	Sqls                 []*SqlOptions `protobuf:"bytes,5,rep,name=sqls,proto3" json:"sqls,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*OrmOption) Descriptor

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

func (*OrmOption) GetInparam

func (m *OrmOption) GetInparam() string

func (*OrmOption) GetIsTran

func (m *OrmOption) GetIsTran() bool

func (*OrmOption) GetName

func (m *OrmOption) GetName() string

func (*OrmOption) GetSqls

func (m *OrmOption) GetSqls() []*SqlOptions

func (*OrmOption) GetUid

func (m *OrmOption) GetUid() *UidOptions

func (*OrmOption) ProtoMessage

func (*OrmOption) ProtoMessage()

func (*OrmOption) Reset

func (m *OrmOption) Reset()

func (*OrmOption) String

func (m *OrmOption) String() string

func (*OrmOption) XXX_DiscardUnknown

func (m *OrmOption) XXX_DiscardUnknown()

func (*OrmOption) XXX_Marshal

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

func (*OrmOption) XXX_Merge

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

func (*OrmOption) XXX_Size

func (m *OrmOption) XXX_Size() int

func (*OrmOption) XXX_Unmarshal

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

type RdsMethodOptions

type RdsMethodOptions struct {
	Method               string   `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Keypre               string   `protobuf:"bytes,2,opt,name=keypre,proto3" json:"keypre,omitempty"`
	Target               string   `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	Params               []string `protobuf:"bytes,4,rep,name=params,proto3" json:"params,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RdsMethodOptions) Descriptor

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

func (*RdsMethodOptions) GetKeypre

func (m *RdsMethodOptions) GetKeypre() string

func (*RdsMethodOptions) GetMethod

func (m *RdsMethodOptions) GetMethod() string

func (*RdsMethodOptions) GetParams

func (m *RdsMethodOptions) GetParams() []string

func (*RdsMethodOptions) GetTarget

func (m *RdsMethodOptions) GetTarget() string

func (*RdsMethodOptions) ProtoMessage

func (*RdsMethodOptions) ProtoMessage()

func (*RdsMethodOptions) Reset

func (m *RdsMethodOptions) Reset()

func (*RdsMethodOptions) String

func (m *RdsMethodOptions) String() string

func (*RdsMethodOptions) XXX_DiscardUnknown

func (m *RdsMethodOptions) XXX_DiscardUnknown()

func (*RdsMethodOptions) XXX_Marshal

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

func (*RdsMethodOptions) XXX_Merge

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

func (*RdsMethodOptions) XXX_Size

func (m *RdsMethodOptions) XXX_Size() int

func (*RdsMethodOptions) XXX_Unmarshal

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

type RdsOption

type RdsOption struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Inparam              string              `protobuf:"bytes,2,opt,name=inparam,proto3" json:"inparam,omitempty"`
	Cmd                  []*RdsMethodOptions `protobuf:"bytes,4,rep,name=cmd,proto3" json:"cmd,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*RdsOption) Descriptor

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

func (*RdsOption) GetCmd

func (m *RdsOption) GetCmd() []*RdsMethodOptions

func (*RdsOption) GetInparam

func (m *RdsOption) GetInparam() string

func (*RdsOption) GetName

func (m *RdsOption) GetName() string

func (*RdsOption) ProtoMessage

func (*RdsOption) ProtoMessage()

func (*RdsOption) Reset

func (m *RdsOption) Reset()

func (*RdsOption) String

func (m *RdsOption) String() string

func (*RdsOption) XXX_DiscardUnknown

func (m *RdsOption) XXX_DiscardUnknown()

func (*RdsOption) XXX_Marshal

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

func (*RdsOption) XXX_Merge

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

func (*RdsOption) XXX_Size

func (m *RdsOption) XXX_Size() int

func (*RdsOption) XXX_Unmarshal

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

type Receiver

type Receiver struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Target               string   `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	Param                string   `protobuf:"bytes,3,opt,name=param,proto3" json:"param,omitempty"`
	Path                 string   `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Service              string   `protobuf:"bytes,5,opt,name=service,proto3" json:"service,omitempty"`
	Desc                 string   `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Receiver) Descriptor

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

func (*Receiver) GetDesc

func (m *Receiver) GetDesc() string

func (*Receiver) GetName

func (m *Receiver) GetName() string

func (*Receiver) GetParam

func (m *Receiver) GetParam() string

func (*Receiver) GetPath

func (m *Receiver) GetPath() string

func (*Receiver) GetService

func (m *Receiver) GetService() string

func (*Receiver) GetTarget

func (m *Receiver) GetTarget() string

func (*Receiver) ProtoMessage

func (*Receiver) ProtoMessage()

func (*Receiver) Reset

func (m *Receiver) Reset()

func (*Receiver) String

func (m *Receiver) String() string

func (*Receiver) XXX_DiscardUnknown

func (m *Receiver) XXX_DiscardUnknown()

func (*Receiver) XXX_Marshal

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

func (*Receiver) XXX_Merge

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

func (*Receiver) XXX_Size

func (m *Receiver) XXX_Size() int

func (*Receiver) XXX_Unmarshal

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

type ServiceImp

type ServiceImp struct {
	Method               string      `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Params               []string    `protobuf:"bytes,2,rep,name=params,proto3" json:"params,omitempty"`
	BoolTarget           string      `protobuf:"bytes,3,opt,name=boolTarget,proto3" json:"boolTarget,omitempty"`
	NullFields           []string    `protobuf:"bytes,4,rep,name=nullFields,proto3" json:"nullFields,omitempty"`
	Success              *ServiceImp `protobuf:"bytes,5,opt,name=success,proto3" json:"success,omitempty"`
	Failure              *ServiceImp `protobuf:"bytes,6,opt,name=failure,proto3" json:"failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ServiceImp) Descriptor

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

func (*ServiceImp) GetBoolTarget

func (m *ServiceImp) GetBoolTarget() string

func (*ServiceImp) GetFailure

func (m *ServiceImp) GetFailure() *ServiceImp

func (*ServiceImp) GetMethod

func (m *ServiceImp) GetMethod() string

func (*ServiceImp) GetNullFields

func (m *ServiceImp) GetNullFields() []string

func (*ServiceImp) GetParams

func (m *ServiceImp) GetParams() []string

func (*ServiceImp) GetSuccess

func (m *ServiceImp) GetSuccess() *ServiceImp

func (*ServiceImp) ProtoMessage

func (*ServiceImp) ProtoMessage()

func (*ServiceImp) Reset

func (m *ServiceImp) Reset()

func (*ServiceImp) String

func (m *ServiceImp) String() string

func (*ServiceImp) XXX_DiscardUnknown

func (m *ServiceImp) XXX_DiscardUnknown()

func (*ServiceImp) XXX_Marshal

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

func (*ServiceImp) XXX_Merge

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

func (*ServiceImp) XXX_Size

func (m *ServiceImp) XXX_Size() int

func (*ServiceImp) XXX_Unmarshal

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

type SqlOptions

type SqlOptions struct {
	Method               string   `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Target               string   `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	Qls                  []string `protobuf:"bytes,3,rep,name=qls,proto3" json:"qls,omitempty"`
	Page                 string   `protobuf:"bytes,4,opt,name=page,proto3" json:"page,omitempty"`
	PageSize             string   `protobuf:"bytes,5,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	SchemaTable          string   `protobuf:"bytes,6,opt,name=schemaTable,proto3" json:"schemaTable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SqlOptions) Descriptor

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

func (*SqlOptions) GetMethod

func (m *SqlOptions) GetMethod() string

func (*SqlOptions) GetPage

func (m *SqlOptions) GetPage() string

func (*SqlOptions) GetPageSize

func (m *SqlOptions) GetPageSize() string

func (*SqlOptions) GetQls

func (m *SqlOptions) GetQls() []string

func (*SqlOptions) GetSchemaTable

func (m *SqlOptions) GetSchemaTable() string

func (*SqlOptions) GetTarget

func (m *SqlOptions) GetTarget() string

func (*SqlOptions) ProtoMessage

func (*SqlOptions) ProtoMessage()

func (*SqlOptions) Reset

func (m *SqlOptions) Reset()

func (*SqlOptions) String

func (m *SqlOptions) String() string

func (*SqlOptions) XXX_DiscardUnknown

func (m *SqlOptions) XXX_DiscardUnknown()

func (*SqlOptions) XXX_Marshal

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

func (*SqlOptions) XXX_Merge

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

func (*SqlOptions) XXX_Size

func (m *SqlOptions) XXX_Size() int

func (*SqlOptions) XXX_Unmarshal

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

type UidOptions

type UidOptions struct {
	Seed                 string   `protobuf:"bytes,1,opt,name=seed,proto3" json:"seed,omitempty"`
	Tostr                bool     `protobuf:"varint,2,opt,name=tostr,proto3" json:"tostr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UidOptions) Descriptor

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

func (*UidOptions) GetSeed

func (m *UidOptions) GetSeed() string

func (*UidOptions) GetTostr

func (m *UidOptions) GetTostr() bool

func (*UidOptions) ProtoMessage

func (*UidOptions) ProtoMessage()

func (*UidOptions) Reset

func (m *UidOptions) Reset()

func (*UidOptions) String

func (m *UidOptions) String() string

func (*UidOptions) XXX_DiscardUnknown

func (m *UidOptions) XXX_DiscardUnknown()

func (*UidOptions) XXX_Marshal

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

func (*UidOptions) XXX_Merge

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

func (*UidOptions) XXX_Size

func (m *UidOptions) XXX_Size() int

func (*UidOptions) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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