Documentation ¶
Index ¶
- Variables
- type Auth
- type Bootstrap
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetAuth() *Auth
- func (x *Config) GetData() *Data
- func (x *Config) GetLog() *Log
- func (x *Config) GetServer() *Server
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) String() string
- type Data
- func (*Data) Descriptor() ([]byte, []int)deprecated
- func (x *Data) GetAchievementMq() *Data_AchievementMq
- func (x *Data) GetCos() *Data_Cos
- func (x *Data) GetDatabase() *Data_Database
- func (x *Data) GetElasticSearch() *Data_ElasticSearch
- func (x *Data) GetRedis() *Data_Redis
- func (x *Data) GetRocketmq() *Data_Rocketmq
- func (*Data) ProtoMessage()
- func (x *Data) ProtoReflect() protoreflect.Message
- func (x *Data) Reset()
- func (x *Data) String() string
- type Data_AchievementMq
- func (*Data_AchievementMq) Descriptor() ([]byte, []int)deprecated
- func (x *Data_AchievementMq) GetAccessKey() string
- func (x *Data_AchievementMq) GetAchievement() *Data_AchievementMq_Achievement
- func (x *Data_AchievementMq) GetNameSpace() string
- func (x *Data_AchievementMq) GetSecretKey() string
- func (x *Data_AchievementMq) GetServerAddress() string
- func (*Data_AchievementMq) ProtoMessage()
- func (x *Data_AchievementMq) ProtoReflect() protoreflect.Message
- func (x *Data_AchievementMq) Reset()
- func (x *Data_AchievementMq) String() string
- type Data_AchievementMq_Achievement
- func (*Data_AchievementMq_Achievement) Descriptor() ([]byte, []int)deprecated
- func (x *Data_AchievementMq_Achievement) GetGroupName() string
- func (*Data_AchievementMq_Achievement) ProtoMessage()
- func (x *Data_AchievementMq_Achievement) ProtoReflect() protoreflect.Message
- func (x *Data_AchievementMq_Achievement) Reset()
- func (x *Data_AchievementMq_Achievement) String() string
- type Data_Cos
- func (*Data_Cos) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Cos) GetPolicy() *Data_Cos_Policy
- func (x *Data_Cos) GetRegion() string
- func (x *Data_Cos) GetSecretId() string
- func (x *Data_Cos) GetSecretKey() string
- func (*Data_Cos) ProtoMessage()
- func (x *Data_Cos) ProtoReflect() protoreflect.Message
- func (x *Data_Cos) Reset()
- func (x *Data_Cos) String() string
- type Data_Cos_Policy
- func (*Data_Cos_Policy) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Cos_Policy) GetStatement() []*Data_Cos_Statement
- func (*Data_Cos_Policy) ProtoMessage()
- func (x *Data_Cos_Policy) ProtoReflect() protoreflect.Message
- func (x *Data_Cos_Policy) Reset()
- func (x *Data_Cos_Policy) String() string
- type Data_Cos_Statement
- func (*Data_Cos_Statement) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Cos_Statement) GetAction() []string
- func (x *Data_Cos_Statement) GetEffect() string
- func (x *Data_Cos_Statement) GetResource() []string
- func (*Data_Cos_Statement) ProtoMessage()
- func (x *Data_Cos_Statement) ProtoReflect() protoreflect.Message
- func (x *Data_Cos_Statement) Reset()
- func (x *Data_Cos_Statement) String() string
- type Data_Database
- func (*Data_Database) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Database) GetDriver() string
- func (x *Data_Database) GetSource() string
- func (*Data_Database) ProtoMessage()
- func (x *Data_Database) ProtoReflect() protoreflect.Message
- func (x *Data_Database) Reset()
- func (x *Data_Database) String() string
- type Data_ElasticSearch
- func (*Data_ElasticSearch) Descriptor() ([]byte, []int)deprecated
- func (x *Data_ElasticSearch) GetEndpoint() string
- func (x *Data_ElasticSearch) GetPassword() string
- func (x *Data_ElasticSearch) GetUser() string
- func (*Data_ElasticSearch) ProtoMessage()
- func (x *Data_ElasticSearch) ProtoReflect() protoreflect.Message
- func (x *Data_ElasticSearch) Reset()
- func (x *Data_ElasticSearch) String() string
- type Data_Redis
- func (*Data_Redis) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Redis) GetAddr() string
- func (x *Data_Redis) GetNetwork() string
- func (x *Data_Redis) GetPassword() string
- func (x *Data_Redis) GetReadTimeout() *duration.Duration
- func (x *Data_Redis) GetWriteTimeout() *duration.Duration
- func (*Data_Redis) ProtoMessage()
- func (x *Data_Redis) ProtoReflect() protoreflect.Message
- func (x *Data_Redis) Reset()
- func (x *Data_Redis) String() string
- type Data_Rocketmq
- func (*Data_Rocketmq) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Rocketmq) GetAccessKey() string
- func (x *Data_Rocketmq) GetCode() *Data_Rocketmq_Code
- func (x *Data_Rocketmq) GetFollow() *Data_Rocketmq_Profile
- func (x *Data_Rocketmq) GetNameSpace() string
- func (x *Data_Rocketmq) GetPicture() *Data_Rocketmq_Picture
- func (x *Data_Rocketmq) GetProfile() *Data_Rocketmq_Profile
- func (x *Data_Rocketmq) GetSecretKey() string
- func (x *Data_Rocketmq) GetServerAddress() string
- func (*Data_Rocketmq) ProtoMessage()
- func (x *Data_Rocketmq) ProtoReflect() protoreflect.Message
- func (x *Data_Rocketmq) Reset()
- func (x *Data_Rocketmq) String() string
- type Data_Rocketmq_Code
- func (*Data_Rocketmq_Code) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Rocketmq_Code) GetGroupName() string
- func (*Data_Rocketmq_Code) ProtoMessage()
- func (x *Data_Rocketmq_Code) ProtoReflect() protoreflect.Message
- func (x *Data_Rocketmq_Code) Reset()
- func (x *Data_Rocketmq_Code) String() string
- type Data_Rocketmq_Follow
- func (*Data_Rocketmq_Follow) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Rocketmq_Follow) GetGroupName() string
- func (*Data_Rocketmq_Follow) ProtoMessage()
- func (x *Data_Rocketmq_Follow) ProtoReflect() protoreflect.Message
- func (x *Data_Rocketmq_Follow) Reset()
- func (x *Data_Rocketmq_Follow) String() string
- type Data_Rocketmq_Picture
- func (*Data_Rocketmq_Picture) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Rocketmq_Picture) GetGroupName() string
- func (*Data_Rocketmq_Picture) ProtoMessage()
- func (x *Data_Rocketmq_Picture) ProtoReflect() protoreflect.Message
- func (x *Data_Rocketmq_Picture) Reset()
- func (x *Data_Rocketmq_Picture) String() string
- type Data_Rocketmq_Profile
- func (*Data_Rocketmq_Profile) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Rocketmq_Profile) GetGroupName() string
- func (*Data_Rocketmq_Profile) ProtoMessage()
- func (x *Data_Rocketmq_Profile) ProtoReflect() protoreflect.Message
- func (x *Data_Rocketmq_Profile) Reset()
- func (x *Data_Rocketmq_Profile) String() string
- type Log
- func (*Log) Descriptor() ([]byte, []int)deprecated
- func (x *Log) GetAccessKeyID() string
- func (x *Log) GetAccessKeySecret() string
- func (x *Log) GetHost() string
- func (x *Log) GetTopicID() string
- func (*Log) ProtoMessage()
- func (x *Log) ProtoReflect() protoreflect.Message
- func (x *Log) Reset()
- func (x *Log) String() string
- type Server
- type Server_GRPC
- func (*Server_GRPC) Descriptor() ([]byte, []int)deprecated
- func (x *Server_GRPC) GetAddr() string
- func (x *Server_GRPC) GetNetwork() string
- func (x *Server_GRPC) GetTimeout() *duration.Duration
- func (*Server_GRPC) ProtoMessage()
- func (x *Server_GRPC) ProtoReflect() protoreflect.Message
- func (x *Server_GRPC) Reset()
- func (x *Server_GRPC) String() string
- type Server_HTTP
- func (*Server_HTTP) Descriptor() ([]byte, []int)deprecated
- func (x *Server_HTTP) GetAddr() string
- func (x *Server_HTTP) GetNetwork() string
- func (x *Server_HTTP) GetTimeout() *duration.Duration
- func (*Server_HTTP) ProtoMessage()
- func (x *Server_HTTP) ProtoReflect() protoreflect.Message
- func (x *Server_HTTP) Reset()
- func (x *Server_HTTP) String() string
Constants ¶
This section is empty.
Variables ¶
var File_conf_conf_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { ApiKey string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"` // contains filtered or unexported fields }
func (*Auth) Descriptor
deprecated
func (*Auth) ProtoMessage ¶
func (*Auth) ProtoMessage()
func (*Auth) ProtoReflect ¶
func (x *Auth) ProtoReflect() protoreflect.Message
type Bootstrap ¶
type Bootstrap struct { Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Bootstrap) Descriptor
deprecated
func (*Bootstrap) ProtoMessage ¶
func (*Bootstrap) ProtoMessage()
func (*Bootstrap) ProtoReflect ¶
func (x *Bootstrap) ProtoReflect() protoreflect.Message
type Config ¶ added in v1.2.0
type Config struct { Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` Data *Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Auth *Auth `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"` Log *Log `protobuf:"bytes,4,opt,name=log,proto3" json:"log,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
added in
v1.2.0
func (*Config) ProtoMessage ¶ added in v1.2.0
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶ added in v1.2.0
func (x *Config) ProtoReflect() protoreflect.Message
type Data ¶
type Data struct { Database *Data_Database `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` Redis *Data_Redis `protobuf:"bytes,2,opt,name=redis,proto3" json:"redis,omitempty"` Rocketmq *Data_Rocketmq `protobuf:"bytes,5,opt,name=rocketmq,proto3" json:"rocketmq,omitempty"` AchievementMq *Data_AchievementMq `protobuf:"bytes,6,opt,name=achievementMq,proto3" json:"achievementMq,omitempty"` ElasticSearch *Data_ElasticSearch `protobuf:"bytes,7,opt,name=elasticSearch,proto3" json:"elasticSearch,omitempty"` Cos *Data_Cos `protobuf:"bytes,8,opt,name=cos,proto3" json:"cos,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) GetAchievementMq ¶
func (x *Data) GetAchievementMq() *Data_AchievementMq
func (*Data) GetDatabase ¶
func (x *Data) GetDatabase() *Data_Database
func (*Data) GetElasticSearch ¶
func (x *Data) GetElasticSearch() *Data_ElasticSearch
func (*Data) GetRedis ¶
func (x *Data) GetRedis() *Data_Redis
func (*Data) GetRocketmq ¶
func (x *Data) GetRocketmq() *Data_Rocketmq
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type Data_AchievementMq ¶
type Data_AchievementMq struct { Achievement *Data_AchievementMq_Achievement `protobuf:"bytes,1,opt,name=achievement,proto3" json:"achievement,omitempty"` ServerAddress string `protobuf:"bytes,2,opt,name=serverAddress,proto3" json:"serverAddress,omitempty"` SecretKey string `protobuf:"bytes,3,opt,name=secretKey,proto3" json:"secretKey,omitempty"` AccessKey string `protobuf:"bytes,4,opt,name=accessKey,proto3" json:"accessKey,omitempty"` NameSpace string `protobuf:"bytes,5,opt,name=nameSpace,proto3" json:"nameSpace,omitempty"` // contains filtered or unexported fields }
func (*Data_AchievementMq) Descriptor
deprecated
func (*Data_AchievementMq) Descriptor() ([]byte, []int)
Deprecated: Use Data_AchievementMq.ProtoReflect.Descriptor instead.
func (*Data_AchievementMq) GetAccessKey ¶
func (x *Data_AchievementMq) GetAccessKey() string
func (*Data_AchievementMq) GetAchievement ¶
func (x *Data_AchievementMq) GetAchievement() *Data_AchievementMq_Achievement
func (*Data_AchievementMq) GetNameSpace ¶
func (x *Data_AchievementMq) GetNameSpace() string
func (*Data_AchievementMq) GetSecretKey ¶
func (x *Data_AchievementMq) GetSecretKey() string
func (*Data_AchievementMq) GetServerAddress ¶
func (x *Data_AchievementMq) GetServerAddress() string
func (*Data_AchievementMq) ProtoMessage ¶
func (*Data_AchievementMq) ProtoMessage()
func (*Data_AchievementMq) ProtoReflect ¶
func (x *Data_AchievementMq) ProtoReflect() protoreflect.Message
func (*Data_AchievementMq) Reset ¶
func (x *Data_AchievementMq) Reset()
func (*Data_AchievementMq) String ¶
func (x *Data_AchievementMq) String() string
type Data_AchievementMq_Achievement ¶
type Data_AchievementMq_Achievement struct { GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName,omitempty"` // contains filtered or unexported fields }
func (*Data_AchievementMq_Achievement) Descriptor
deprecated
func (*Data_AchievementMq_Achievement) Descriptor() ([]byte, []int)
Deprecated: Use Data_AchievementMq_Achievement.ProtoReflect.Descriptor instead.
func (*Data_AchievementMq_Achievement) GetGroupName ¶
func (x *Data_AchievementMq_Achievement) GetGroupName() string
func (*Data_AchievementMq_Achievement) ProtoMessage ¶
func (*Data_AchievementMq_Achievement) ProtoMessage()
func (*Data_AchievementMq_Achievement) ProtoReflect ¶
func (x *Data_AchievementMq_Achievement) ProtoReflect() protoreflect.Message
func (*Data_AchievementMq_Achievement) Reset ¶
func (x *Data_AchievementMq_Achievement) Reset()
func (*Data_AchievementMq_Achievement) String ¶
func (x *Data_AchievementMq_Achievement) String() string
type Data_Cos ¶
type Data_Cos struct { SecretId string `protobuf:"bytes,1,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"` SecretKey string `protobuf:"bytes,2,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"` Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"` Policy *Data_Cos_Policy `protobuf:"bytes,4,opt,name=policy,proto3" json:"policy,omitempty"` // contains filtered or unexported fields }
func (*Data_Cos) Descriptor
deprecated
func (*Data_Cos) GetPolicy ¶
func (x *Data_Cos) GetPolicy() *Data_Cos_Policy
func (*Data_Cos) GetSecretId ¶
func (*Data_Cos) GetSecretKey ¶
func (*Data_Cos) ProtoMessage ¶
func (*Data_Cos) ProtoMessage()
func (*Data_Cos) ProtoReflect ¶
func (x *Data_Cos) ProtoReflect() protoreflect.Message
type Data_Cos_Policy ¶
type Data_Cos_Policy struct { Statement []*Data_Cos_Statement `protobuf:"bytes,1,rep,name=statement,proto3" json:"statement,omitempty"` // contains filtered or unexported fields }
func (*Data_Cos_Policy) Descriptor
deprecated
func (*Data_Cos_Policy) Descriptor() ([]byte, []int)
Deprecated: Use Data_Cos_Policy.ProtoReflect.Descriptor instead.
func (*Data_Cos_Policy) GetStatement ¶
func (x *Data_Cos_Policy) GetStatement() []*Data_Cos_Statement
func (*Data_Cos_Policy) ProtoMessage ¶
func (*Data_Cos_Policy) ProtoMessage()
func (*Data_Cos_Policy) ProtoReflect ¶
func (x *Data_Cos_Policy) ProtoReflect() protoreflect.Message
func (*Data_Cos_Policy) Reset ¶
func (x *Data_Cos_Policy) Reset()
func (*Data_Cos_Policy) String ¶
func (x *Data_Cos_Policy) String() string
type Data_Cos_Statement ¶
type Data_Cos_Statement struct { Action []string `protobuf:"bytes,1,rep,name=action,proto3" json:"action,omitempty"` Effect string `protobuf:"bytes,2,opt,name=effect,proto3" json:"effect,omitempty"` Resource []string `protobuf:"bytes,3,rep,name=resource,proto3" json:"resource,omitempty"` // contains filtered or unexported fields }
func (*Data_Cos_Statement) Descriptor
deprecated
func (*Data_Cos_Statement) Descriptor() ([]byte, []int)
Deprecated: Use Data_Cos_Statement.ProtoReflect.Descriptor instead.
func (*Data_Cos_Statement) GetAction ¶
func (x *Data_Cos_Statement) GetAction() []string
func (*Data_Cos_Statement) GetEffect ¶
func (x *Data_Cos_Statement) GetEffect() string
func (*Data_Cos_Statement) GetResource ¶
func (x *Data_Cos_Statement) GetResource() []string
func (*Data_Cos_Statement) ProtoMessage ¶
func (*Data_Cos_Statement) ProtoMessage()
func (*Data_Cos_Statement) ProtoReflect ¶
func (x *Data_Cos_Statement) ProtoReflect() protoreflect.Message
func (*Data_Cos_Statement) Reset ¶
func (x *Data_Cos_Statement) Reset()
func (*Data_Cos_Statement) String ¶
func (x *Data_Cos_Statement) String() string
type Data_Database ¶
type Data_Database struct { Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"` Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"` // contains filtered or unexported fields }
func (*Data_Database) Descriptor
deprecated
func (*Data_Database) Descriptor() ([]byte, []int)
Deprecated: Use Data_Database.ProtoReflect.Descriptor instead.
func (*Data_Database) GetDriver ¶
func (x *Data_Database) GetDriver() string
func (*Data_Database) GetSource ¶
func (x *Data_Database) GetSource() string
func (*Data_Database) ProtoMessage ¶
func (*Data_Database) ProtoMessage()
func (*Data_Database) ProtoReflect ¶
func (x *Data_Database) ProtoReflect() protoreflect.Message
func (*Data_Database) Reset ¶
func (x *Data_Database) Reset()
func (*Data_Database) String ¶
func (x *Data_Database) String() string
type Data_ElasticSearch ¶
type Data_ElasticSearch struct { Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*Data_ElasticSearch) Descriptor
deprecated
func (*Data_ElasticSearch) Descriptor() ([]byte, []int)
Deprecated: Use Data_ElasticSearch.ProtoReflect.Descriptor instead.
func (*Data_ElasticSearch) GetEndpoint ¶
func (x *Data_ElasticSearch) GetEndpoint() string
func (*Data_ElasticSearch) GetPassword ¶
func (x *Data_ElasticSearch) GetPassword() string
func (*Data_ElasticSearch) GetUser ¶
func (x *Data_ElasticSearch) GetUser() string
func (*Data_ElasticSearch) ProtoMessage ¶
func (*Data_ElasticSearch) ProtoMessage()
func (*Data_ElasticSearch) ProtoReflect ¶
func (x *Data_ElasticSearch) ProtoReflect() protoreflect.Message
func (*Data_ElasticSearch) Reset ¶
func (x *Data_ElasticSearch) Reset()
func (*Data_ElasticSearch) String ¶
func (x *Data_ElasticSearch) String() string
type Data_Redis ¶
type Data_Redis struct { Network string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` ReadTimeout *duration.Duration `protobuf:"bytes,4,opt,name=read_timeout,json=readTimeout,proto3" json:"read_timeout,omitempty"` WriteTimeout *duration.Duration `protobuf:"bytes,5,opt,name=write_timeout,json=writeTimeout,proto3" json:"write_timeout,omitempty"` // contains filtered or unexported fields }
func (*Data_Redis) Descriptor
deprecated
func (*Data_Redis) Descriptor() ([]byte, []int)
Deprecated: Use Data_Redis.ProtoReflect.Descriptor instead.
func (*Data_Redis) GetAddr ¶
func (x *Data_Redis) GetAddr() string
func (*Data_Redis) GetNetwork ¶
func (x *Data_Redis) GetNetwork() string
func (*Data_Redis) GetPassword ¶
func (x *Data_Redis) GetPassword() string
func (*Data_Redis) GetReadTimeout ¶
func (x *Data_Redis) GetReadTimeout() *duration.Duration
func (*Data_Redis) GetWriteTimeout ¶
func (x *Data_Redis) GetWriteTimeout() *duration.Duration
func (*Data_Redis) ProtoMessage ¶
func (*Data_Redis) ProtoMessage()
func (*Data_Redis) ProtoReflect ¶
func (x *Data_Redis) ProtoReflect() protoreflect.Message
func (*Data_Redis) Reset ¶
func (x *Data_Redis) Reset()
func (*Data_Redis) String ¶
func (x *Data_Redis) String() string
type Data_Rocketmq ¶
type Data_Rocketmq struct { Code *Data_Rocketmq_Code `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Profile *Data_Rocketmq_Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"` Follow *Data_Rocketmq_Profile `protobuf:"bytes,3,opt,name=follow,proto3" json:"follow,omitempty"` Picture *Data_Rocketmq_Picture `protobuf:"bytes,4,opt,name=picture,proto3" json:"picture,omitempty"` ServerAddress string `protobuf:"bytes,5,opt,name=serverAddress,proto3" json:"serverAddress,omitempty"` SecretKey string `protobuf:"bytes,6,opt,name=secretKey,proto3" json:"secretKey,omitempty"` AccessKey string `protobuf:"bytes,7,opt,name=accessKey,proto3" json:"accessKey,omitempty"` NameSpace string `protobuf:"bytes,8,opt,name=nameSpace,proto3" json:"nameSpace,omitempty"` // contains filtered or unexported fields }
func (*Data_Rocketmq) Descriptor
deprecated
func (*Data_Rocketmq) Descriptor() ([]byte, []int)
Deprecated: Use Data_Rocketmq.ProtoReflect.Descriptor instead.
func (*Data_Rocketmq) GetAccessKey ¶
func (x *Data_Rocketmq) GetAccessKey() string
func (*Data_Rocketmq) GetCode ¶
func (x *Data_Rocketmq) GetCode() *Data_Rocketmq_Code
func (*Data_Rocketmq) GetFollow ¶
func (x *Data_Rocketmq) GetFollow() *Data_Rocketmq_Profile
func (*Data_Rocketmq) GetNameSpace ¶
func (x *Data_Rocketmq) GetNameSpace() string
func (*Data_Rocketmq) GetPicture ¶
func (x *Data_Rocketmq) GetPicture() *Data_Rocketmq_Picture
func (*Data_Rocketmq) GetProfile ¶
func (x *Data_Rocketmq) GetProfile() *Data_Rocketmq_Profile
func (*Data_Rocketmq) GetSecretKey ¶
func (x *Data_Rocketmq) GetSecretKey() string
func (*Data_Rocketmq) GetServerAddress ¶
func (x *Data_Rocketmq) GetServerAddress() string
func (*Data_Rocketmq) ProtoMessage ¶
func (*Data_Rocketmq) ProtoMessage()
func (*Data_Rocketmq) ProtoReflect ¶
func (x *Data_Rocketmq) ProtoReflect() protoreflect.Message
func (*Data_Rocketmq) Reset ¶
func (x *Data_Rocketmq) Reset()
func (*Data_Rocketmq) String ¶
func (x *Data_Rocketmq) String() string
type Data_Rocketmq_Code ¶
type Data_Rocketmq_Code struct { GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName,omitempty"` // contains filtered or unexported fields }
func (*Data_Rocketmq_Code) Descriptor
deprecated
func (*Data_Rocketmq_Code) Descriptor() ([]byte, []int)
Deprecated: Use Data_Rocketmq_Code.ProtoReflect.Descriptor instead.
func (*Data_Rocketmq_Code) GetGroupName ¶
func (x *Data_Rocketmq_Code) GetGroupName() string
func (*Data_Rocketmq_Code) ProtoMessage ¶
func (*Data_Rocketmq_Code) ProtoMessage()
func (*Data_Rocketmq_Code) ProtoReflect ¶
func (x *Data_Rocketmq_Code) ProtoReflect() protoreflect.Message
func (*Data_Rocketmq_Code) Reset ¶
func (x *Data_Rocketmq_Code) Reset()
func (*Data_Rocketmq_Code) String ¶
func (x *Data_Rocketmq_Code) String() string
type Data_Rocketmq_Follow ¶
type Data_Rocketmq_Follow struct { GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName,omitempty"` // contains filtered or unexported fields }
func (*Data_Rocketmq_Follow) Descriptor
deprecated
func (*Data_Rocketmq_Follow) Descriptor() ([]byte, []int)
Deprecated: Use Data_Rocketmq_Follow.ProtoReflect.Descriptor instead.
func (*Data_Rocketmq_Follow) GetGroupName ¶
func (x *Data_Rocketmq_Follow) GetGroupName() string
func (*Data_Rocketmq_Follow) ProtoMessage ¶
func (*Data_Rocketmq_Follow) ProtoMessage()
func (*Data_Rocketmq_Follow) ProtoReflect ¶
func (x *Data_Rocketmq_Follow) ProtoReflect() protoreflect.Message
func (*Data_Rocketmq_Follow) Reset ¶
func (x *Data_Rocketmq_Follow) Reset()
func (*Data_Rocketmq_Follow) String ¶
func (x *Data_Rocketmq_Follow) String() string
type Data_Rocketmq_Picture ¶
type Data_Rocketmq_Picture struct { GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName,omitempty"` // contains filtered or unexported fields }
func (*Data_Rocketmq_Picture) Descriptor
deprecated
func (*Data_Rocketmq_Picture) Descriptor() ([]byte, []int)
Deprecated: Use Data_Rocketmq_Picture.ProtoReflect.Descriptor instead.
func (*Data_Rocketmq_Picture) GetGroupName ¶
func (x *Data_Rocketmq_Picture) GetGroupName() string
func (*Data_Rocketmq_Picture) ProtoMessage ¶
func (*Data_Rocketmq_Picture) ProtoMessage()
func (*Data_Rocketmq_Picture) ProtoReflect ¶
func (x *Data_Rocketmq_Picture) ProtoReflect() protoreflect.Message
func (*Data_Rocketmq_Picture) Reset ¶
func (x *Data_Rocketmq_Picture) Reset()
func (*Data_Rocketmq_Picture) String ¶
func (x *Data_Rocketmq_Picture) String() string
type Data_Rocketmq_Profile ¶
type Data_Rocketmq_Profile struct { GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName,omitempty"` // contains filtered or unexported fields }
func (*Data_Rocketmq_Profile) Descriptor
deprecated
func (*Data_Rocketmq_Profile) Descriptor() ([]byte, []int)
Deprecated: Use Data_Rocketmq_Profile.ProtoReflect.Descriptor instead.
func (*Data_Rocketmq_Profile) GetGroupName ¶
func (x *Data_Rocketmq_Profile) GetGroupName() string
func (*Data_Rocketmq_Profile) ProtoMessage ¶
func (*Data_Rocketmq_Profile) ProtoMessage()
func (*Data_Rocketmq_Profile) ProtoReflect ¶
func (x *Data_Rocketmq_Profile) ProtoReflect() protoreflect.Message
func (*Data_Rocketmq_Profile) Reset ¶
func (x *Data_Rocketmq_Profile) Reset()
func (*Data_Rocketmq_Profile) String ¶
func (x *Data_Rocketmq_Profile) String() string
type Log ¶ added in v1.1.0
type Log struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` AccessKeyID string `protobuf:"bytes,2,opt,name=accessKeyID,proto3" json:"accessKeyID,omitempty"` AccessKeySecret string `protobuf:"bytes,3,opt,name=accessKeySecret,proto3" json:"accessKeySecret,omitempty"` TopicID string `protobuf:"bytes,4,opt,name=topicID,proto3" json:"topicID,omitempty"` // contains filtered or unexported fields }
func (*Log) Descriptor
deprecated
added in
v1.1.0
func (*Log) GetAccessKeyID ¶ added in v1.1.0
func (*Log) GetAccessKeySecret ¶ added in v1.1.0
func (*Log) GetTopicID ¶ added in v1.1.0
func (*Log) ProtoMessage ¶ added in v1.1.0
func (*Log) ProtoMessage()
func (*Log) ProtoReflect ¶ added in v1.1.0
func (x *Log) ProtoReflect() protoreflect.Message
type Server ¶
type Server struct { Http *Server_HTTP `protobuf:"bytes,1,opt,name=http,proto3" json:"http,omitempty"` Grpc *Server_GRPC `protobuf:"bytes,2,opt,name=grpc,proto3" json:"grpc,omitempty"` // contains filtered or unexported fields }
func (*Server) Descriptor
deprecated
func (*Server) GetGrpc ¶
func (x *Server) GetGrpc() *Server_GRPC
func (*Server) GetHttp ¶
func (x *Server) GetHttp() *Server_HTTP
func (*Server) ProtoMessage ¶
func (*Server) ProtoMessage()
func (*Server) ProtoReflect ¶
func (x *Server) ProtoReflect() protoreflect.Message
type Server_GRPC ¶
type Server_GRPC struct { Network string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` Timeout *duration.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"` // contains filtered or unexported fields }
func (*Server_GRPC) Descriptor
deprecated
func (*Server_GRPC) Descriptor() ([]byte, []int)
Deprecated: Use Server_GRPC.ProtoReflect.Descriptor instead.
func (*Server_GRPC) GetAddr ¶
func (x *Server_GRPC) GetAddr() string
func (*Server_GRPC) GetNetwork ¶
func (x *Server_GRPC) GetNetwork() string
func (*Server_GRPC) GetTimeout ¶
func (x *Server_GRPC) GetTimeout() *duration.Duration
func (*Server_GRPC) ProtoMessage ¶
func (*Server_GRPC) ProtoMessage()
func (*Server_GRPC) ProtoReflect ¶
func (x *Server_GRPC) ProtoReflect() protoreflect.Message
func (*Server_GRPC) Reset ¶
func (x *Server_GRPC) Reset()
func (*Server_GRPC) String ¶
func (x *Server_GRPC) String() string
type Server_HTTP ¶
type Server_HTTP struct { Network string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` Timeout *duration.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"` // contains filtered or unexported fields }
func (*Server_HTTP) Descriptor
deprecated
func (*Server_HTTP) Descriptor() ([]byte, []int)
Deprecated: Use Server_HTTP.ProtoReflect.Descriptor instead.
func (*Server_HTTP) GetAddr ¶
func (x *Server_HTTP) GetAddr() string
func (*Server_HTTP) GetNetwork ¶
func (x *Server_HTTP) GetNetwork() string
func (*Server_HTTP) GetTimeout ¶
func (x *Server_HTTP) GetTimeout() *duration.Duration
func (*Server_HTTP) ProtoMessage ¶
func (*Server_HTTP) ProtoMessage()
func (*Server_HTTP) ProtoReflect ¶
func (x *Server_HTTP) ProtoReflect() protoreflect.Message
func (*Server_HTTP) Reset ¶
func (x *Server_HTTP) Reset()
func (*Server_HTTP) String ¶
func (x *Server_HTTP) String() string