conf

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_conf_conf_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

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) Descriptor() ([]byte, []int)

Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.

func (*Bootstrap) GetConfig added in v1.2.0

func (x *Bootstrap) GetConfig() *Config

func (*Bootstrap) ProtoMessage

func (*Bootstrap) ProtoMessage()

func (*Bootstrap) ProtoReflect

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

func (*Bootstrap) Reset

func (x *Bootstrap) Reset()

func (*Bootstrap) String

func (x *Bootstrap) String() string

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"`
	Log    *Log    `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated added in v1.2.0

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetData added in v1.2.0

func (x *Config) GetData() *Data

func (*Config) GetLog added in v1.2.0

func (x *Config) GetLog() *Log

func (*Config) GetServer added in v1.2.0

func (x *Config) GetServer() *Server

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

func (*Config) Reset added in v1.2.0

func (x *Config) Reset()

func (*Config) String added in v1.2.0

func (x *Config) String() string

type Data

type Data struct {
	Database *Data_Database `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	Jwt      *Data_Jwt      `protobuf:"bytes,2,opt,name=jwt,proto3" json:"jwt,omitempty"`
	Code     *Data_Code     `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	Mail     *Data_Mail     `protobuf:"bytes,4,opt,name=mail,proto3" json:"mail,omitempty"`
	Cos      *Data_Cos      `protobuf:"bytes,5,opt,name=cos,proto3" json:"cos,omitempty"`
	Redis    *Data_Redis    `protobuf:"bytes,6,opt,name=redis,proto3" json:"redis,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

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

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetCode

func (x *Data) GetCode() *Data_Code

func (*Data) GetCos

func (x *Data) GetCos() *Data_Cos

func (*Data) GetDatabase

func (x *Data) GetDatabase() *Data_Database

func (*Data) GetJwt

func (x *Data) GetJwt() *Data_Jwt

func (*Data) GetMail

func (x *Data) GetMail() *Data_Mail

func (*Data) GetRedis

func (x *Data) GetRedis() *Data_Redis

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

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

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type Data_Code

type Data_Code 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"`
	// contains filtered or unexported fields
}

func (*Data_Code) Descriptor deprecated

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

Deprecated: Use Data_Code.ProtoReflect.Descriptor instead.

func (*Data_Code) GetSecretId

func (x *Data_Code) GetSecretId() string

func (*Data_Code) GetSecretKey

func (x *Data_Code) GetSecretKey() string

func (*Data_Code) ProtoMessage

func (*Data_Code) ProtoMessage()

func (*Data_Code) ProtoReflect

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

func (*Data_Code) Reset

func (x *Data_Code) Reset()

func (*Data_Code) String

func (x *Data_Code) String() string

type Data_Cos

type Data_Cos struct {
	BucketUser     *Data_Cos_BucketUser     `protobuf:"bytes,1,opt,name=bucketUser,proto3" json:"bucketUser,omitempty"`
	BucketCreation *Data_Cos_BucketCreation `protobuf:"bytes,2,opt,name=bucketCreation,proto3" json:"bucketCreation,omitempty"`
	BucketComment  *Data_Cos_BucketComment  `protobuf:"bytes,3,opt,name=bucketComment,proto3" json:"bucketComment,omitempty"`
	// contains filtered or unexported fields
}

func (*Data_Cos) Descriptor deprecated

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

Deprecated: Use Data_Cos.ProtoReflect.Descriptor instead.

func (*Data_Cos) GetBucketComment

func (x *Data_Cos) GetBucketComment() *Data_Cos_BucketComment

func (*Data_Cos) GetBucketCreation

func (x *Data_Cos) GetBucketCreation() *Data_Cos_BucketCreation

func (*Data_Cos) GetBucketUser

func (x *Data_Cos) GetBucketUser() *Data_Cos_BucketUser

func (*Data_Cos) ProtoMessage

func (*Data_Cos) ProtoMessage()

func (*Data_Cos) ProtoReflect

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

func (*Data_Cos) Reset

func (x *Data_Cos) Reset()

func (*Data_Cos) String

func (x *Data_Cos) String() string

type Data_Cos_BucketComment

type Data_Cos_BucketComment struct {
	BucketUrl string            `protobuf:"bytes,1,opt,name=bucketUrl,proto3" json:"bucketUrl,omitempty"`
	CiUrl     string            `protobuf:"bytes,2,opt,name=ciUrl,proto3" json:"ciUrl,omitempty"`
	SecretId  string            `protobuf:"bytes,3,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	SecretKey string            `protobuf:"bytes,4,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	Callback  map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Data_Cos_BucketComment) Descriptor deprecated

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

Deprecated: Use Data_Cos_BucketComment.ProtoReflect.Descriptor instead.

func (*Data_Cos_BucketComment) GetBucketUrl

func (x *Data_Cos_BucketComment) GetBucketUrl() string

func (*Data_Cos_BucketComment) GetCallback

func (x *Data_Cos_BucketComment) GetCallback() map[string]string

func (*Data_Cos_BucketComment) GetCiUrl

func (x *Data_Cos_BucketComment) GetCiUrl() string

func (*Data_Cos_BucketComment) GetSecretId

func (x *Data_Cos_BucketComment) GetSecretId() string

func (*Data_Cos_BucketComment) GetSecretKey

func (x *Data_Cos_BucketComment) GetSecretKey() string

func (*Data_Cos_BucketComment) ProtoMessage

func (*Data_Cos_BucketComment) ProtoMessage()

func (*Data_Cos_BucketComment) ProtoReflect

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

func (*Data_Cos_BucketComment) Reset

func (x *Data_Cos_BucketComment) Reset()

func (*Data_Cos_BucketComment) String

func (x *Data_Cos_BucketComment) String() string

type Data_Cos_BucketCreation

type Data_Cos_BucketCreation struct {
	BucketUrl string            `protobuf:"bytes,1,opt,name=bucketUrl,proto3" json:"bucketUrl,omitempty"`
	CiUrl     string            `protobuf:"bytes,2,opt,name=ciUrl,proto3" json:"ciUrl,omitempty"`
	SecretId  string            `protobuf:"bytes,3,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	SecretKey string            `protobuf:"bytes,4,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	Callback  map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Data_Cos_BucketCreation) Descriptor deprecated

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

Deprecated: Use Data_Cos_BucketCreation.ProtoReflect.Descriptor instead.

func (*Data_Cos_BucketCreation) GetBucketUrl

func (x *Data_Cos_BucketCreation) GetBucketUrl() string

func (*Data_Cos_BucketCreation) GetCallback

func (x *Data_Cos_BucketCreation) GetCallback() map[string]string

func (*Data_Cos_BucketCreation) GetCiUrl

func (x *Data_Cos_BucketCreation) GetCiUrl() string

func (*Data_Cos_BucketCreation) GetSecretId

func (x *Data_Cos_BucketCreation) GetSecretId() string

func (*Data_Cos_BucketCreation) GetSecretKey

func (x *Data_Cos_BucketCreation) GetSecretKey() string

func (*Data_Cos_BucketCreation) ProtoMessage

func (*Data_Cos_BucketCreation) ProtoMessage()

func (*Data_Cos_BucketCreation) ProtoReflect

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

func (*Data_Cos_BucketCreation) Reset

func (x *Data_Cos_BucketCreation) Reset()

func (*Data_Cos_BucketCreation) String

func (x *Data_Cos_BucketCreation) String() string

type Data_Cos_BucketUser

type Data_Cos_BucketUser struct {
	BucketUrl string `protobuf:"bytes,1,opt,name=bucketUrl,proto3" json:"bucketUrl,omitempty"`
	SecretId  string `protobuf:"bytes,3,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	SecretKey string `protobuf:"bytes,4,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Data_Cos_BucketUser) Descriptor deprecated

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

Deprecated: Use Data_Cos_BucketUser.ProtoReflect.Descriptor instead.

func (*Data_Cos_BucketUser) GetBucketUrl

func (x *Data_Cos_BucketUser) GetBucketUrl() string

func (*Data_Cos_BucketUser) GetSecretId

func (x *Data_Cos_BucketUser) GetSecretId() string

func (*Data_Cos_BucketUser) GetSecretKey

func (x *Data_Cos_BucketUser) GetSecretKey() string

func (*Data_Cos_BucketUser) ProtoMessage

func (*Data_Cos_BucketUser) ProtoMessage()

func (*Data_Cos_BucketUser) ProtoReflect

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

func (*Data_Cos_BucketUser) Reset

func (x *Data_Cos_BucketUser) Reset()

func (*Data_Cos_BucketUser) String

func (x *Data_Cos_BucketUser) 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_Jwt

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

func (*Data_Jwt) Descriptor deprecated

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

Deprecated: Use Data_Jwt.ProtoReflect.Descriptor instead.

func (*Data_Jwt) GetKey

func (x *Data_Jwt) GetKey() string

func (*Data_Jwt) ProtoMessage

func (*Data_Jwt) ProtoMessage()

func (*Data_Jwt) ProtoReflect

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

func (*Data_Jwt) Reset

func (x *Data_Jwt) Reset()

func (*Data_Jwt) String

func (x *Data_Jwt) String() string

type Data_Mail

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

func (*Data_Mail) Descriptor deprecated

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

Deprecated: Use Data_Mail.ProtoReflect.Descriptor instead.

func (*Data_Mail) GetCode

func (x *Data_Mail) GetCode() string

func (*Data_Mail) ProtoMessage

func (*Data_Mail) ProtoMessage()

func (*Data_Mail) ProtoReflect

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

func (*Data_Mail) Reset

func (x *Data_Mail) Reset()

func (*Data_Mail) String

func (x *Data_Mail) 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 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) Descriptor() ([]byte, []int)

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetAccessKeyID added in v1.1.0

func (x *Log) GetAccessKeyID() string

func (*Log) GetAccessKeySecret added in v1.1.0

func (x *Log) GetAccessKeySecret() string

func (*Log) GetHost added in v1.1.0

func (x *Log) GetHost() string

func (*Log) GetTopicID added in v1.1.0

func (x *Log) GetTopicID() string

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

func (*Log) Reset added in v1.1.0

func (x *Log) Reset()

func (*Log) String added in v1.1.0

func (x *Log) String() string

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"`
	UserMq        *Server_UserMq        `protobuf:"bytes,3,opt,name=userMq,proto3" json:"userMq,omitempty"`
	CreationMq    *Server_CreationMq    `protobuf:"bytes,4,opt,name=creationMq,proto3" json:"creationMq,omitempty"`
	CommentMq     *Server_CommentMq     `protobuf:"bytes,5,opt,name=commentMq,proto3" json:"commentMq,omitempty"`
	AchievementMq *Server_AchievementMq `protobuf:"bytes,6,opt,name=achievementMq,proto3" json:"achievementMq,omitempty"`
	// contains filtered or unexported fields
}

func (*Server) Descriptor deprecated

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

Deprecated: Use Server.ProtoReflect.Descriptor instead.

func (*Server) GetAchievementMq

func (x *Server) GetAchievementMq() *Server_AchievementMq

func (*Server) GetCommentMq

func (x *Server) GetCommentMq() *Server_CommentMq

func (*Server) GetCreationMq

func (x *Server) GetCreationMq() *Server_CreationMq

func (*Server) GetGrpc

func (x *Server) GetGrpc() *Server_GRPC

func (*Server) GetHttp

func (x *Server) GetHttp() *Server_HTTP

func (*Server) GetUserMq

func (x *Server) GetUserMq() *Server_UserMq

func (*Server) ProtoMessage

func (*Server) ProtoMessage()

func (*Server) ProtoReflect

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

func (*Server) Reset

func (x *Server) Reset()

func (*Server) String

func (x *Server) String() string

type Server_AchievementMq

type Server_AchievementMq struct {
	Achievement   *Server_AchievementMq_Achievement `protobuf:"bytes,1,opt,name=achievement,proto3" json:"achievement,omitempty"`
	ServerAddress string                            `protobuf:"bytes,3,opt,name=serverAddress,proto3" json:"serverAddress,omitempty"`
	SecretKey     string                            `protobuf:"bytes,4,opt,name=secretKey,proto3" json:"secretKey,omitempty"`
	AccessKey     string                            `protobuf:"bytes,5,opt,name=accessKey,proto3" json:"accessKey,omitempty"`
	NameSpace     string                            `protobuf:"bytes,6,opt,name=nameSpace,proto3" json:"nameSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_AchievementMq) Descriptor deprecated

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

Deprecated: Use Server_AchievementMq.ProtoReflect.Descriptor instead.

func (*Server_AchievementMq) GetAccessKey

func (x *Server_AchievementMq) GetAccessKey() string

func (*Server_AchievementMq) GetAchievement

func (*Server_AchievementMq) GetNameSpace

func (x *Server_AchievementMq) GetNameSpace() string

func (*Server_AchievementMq) GetSecretKey

func (x *Server_AchievementMq) GetSecretKey() string

func (*Server_AchievementMq) GetServerAddress

func (x *Server_AchievementMq) GetServerAddress() string

func (*Server_AchievementMq) ProtoMessage

func (*Server_AchievementMq) ProtoMessage()

func (*Server_AchievementMq) ProtoReflect

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

func (*Server_AchievementMq) Reset

func (x *Server_AchievementMq) Reset()

func (*Server_AchievementMq) String

func (x *Server_AchievementMq) String() string

type Server_AchievementMq_Achievement

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

func (*Server_AchievementMq_Achievement) Descriptor deprecated

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

Deprecated: Use Server_AchievementMq_Achievement.ProtoReflect.Descriptor instead.

func (*Server_AchievementMq_Achievement) GetGroupName

func (x *Server_AchievementMq_Achievement) GetGroupName() string

func (*Server_AchievementMq_Achievement) ProtoMessage

func (*Server_AchievementMq_Achievement) ProtoMessage()

func (*Server_AchievementMq_Achievement) ProtoReflect

func (*Server_AchievementMq_Achievement) Reset

func (*Server_AchievementMq_Achievement) String

type Server_CommentMq

type Server_CommentMq struct {
	CommentReview *Server_CommentMq_CommentReview `protobuf:"bytes,1,opt,name=commentReview,proto3" json:"commentReview,omitempty"`
	Comment       *Server_CommentMq_Comment       `protobuf:"bytes,2,opt,name=comment,proto3" json:"comment,omitempty"`
	ServerAddress string                          `protobuf:"bytes,3,opt,name=serverAddress,proto3" json:"serverAddress,omitempty"`
	SecretKey     string                          `protobuf:"bytes,4,opt,name=secretKey,proto3" json:"secretKey,omitempty"`
	AccessKey     string                          `protobuf:"bytes,5,opt,name=accessKey,proto3" json:"accessKey,omitempty"`
	NameSpace     string                          `protobuf:"bytes,6,opt,name=nameSpace,proto3" json:"nameSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_CommentMq) Descriptor deprecated

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

Deprecated: Use Server_CommentMq.ProtoReflect.Descriptor instead.

func (*Server_CommentMq) GetAccessKey

func (x *Server_CommentMq) GetAccessKey() string

func (*Server_CommentMq) GetComment

func (x *Server_CommentMq) GetComment() *Server_CommentMq_Comment

func (*Server_CommentMq) GetCommentReview

func (x *Server_CommentMq) GetCommentReview() *Server_CommentMq_CommentReview

func (*Server_CommentMq) GetNameSpace

func (x *Server_CommentMq) GetNameSpace() string

func (*Server_CommentMq) GetSecretKey

func (x *Server_CommentMq) GetSecretKey() string

func (*Server_CommentMq) GetServerAddress

func (x *Server_CommentMq) GetServerAddress() string

func (*Server_CommentMq) ProtoMessage

func (*Server_CommentMq) ProtoMessage()

func (*Server_CommentMq) ProtoReflect

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

func (*Server_CommentMq) Reset

func (x *Server_CommentMq) Reset()

func (*Server_CommentMq) String

func (x *Server_CommentMq) String() string

type Server_CommentMq_Comment

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

func (*Server_CommentMq_Comment) Descriptor deprecated

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

Deprecated: Use Server_CommentMq_Comment.ProtoReflect.Descriptor instead.

func (*Server_CommentMq_Comment) GetGroupName

func (x *Server_CommentMq_Comment) GetGroupName() string

func (*Server_CommentMq_Comment) ProtoMessage

func (*Server_CommentMq_Comment) ProtoMessage()

func (*Server_CommentMq_Comment) ProtoReflect

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

func (*Server_CommentMq_Comment) Reset

func (x *Server_CommentMq_Comment) Reset()

func (*Server_CommentMq_Comment) String

func (x *Server_CommentMq_Comment) String() string

type Server_CommentMq_CommentReview

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

func (*Server_CommentMq_CommentReview) Descriptor deprecated

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

Deprecated: Use Server_CommentMq_CommentReview.ProtoReflect.Descriptor instead.

func (*Server_CommentMq_CommentReview) GetGroupName

func (x *Server_CommentMq_CommentReview) GetGroupName() string

func (*Server_CommentMq_CommentReview) ProtoMessage

func (*Server_CommentMq_CommentReview) ProtoMessage()

func (*Server_CommentMq_CommentReview) ProtoReflect

func (*Server_CommentMq_CommentReview) Reset

func (x *Server_CommentMq_CommentReview) Reset()

func (*Server_CommentMq_CommentReview) String

type Server_CreationMq

type Server_CreationMq struct {
	ArticleReview     *Server_CreationMq_ArticleReview     `protobuf:"bytes,1,opt,name=articleReview,proto3" json:"articleReview,omitempty"`
	Article           *Server_CreationMq_Article           `protobuf:"bytes,2,opt,name=article,proto3" json:"article,omitempty"`
	TalkReview        *Server_CreationMq_TalkReview        `protobuf:"bytes,3,opt,name=talkReview,proto3" json:"talkReview,omitempty"`
	Talk              *Server_CreationMq_Talk              `protobuf:"bytes,4,opt,name=talk,proto3" json:"talk,omitempty"`
	ColumnReview      *Server_CreationMq_ColumnReview      `protobuf:"bytes,5,opt,name=columnReview,proto3" json:"columnReview,omitempty"`
	Column            *Server_CreationMq_Column            `protobuf:"bytes,6,opt,name=column,proto3" json:"column,omitempty"`
	CollectionsReview *Server_CreationMq_CollectionsReview `protobuf:"bytes,7,opt,name=collectionsReview,proto3" json:"collectionsReview,omitempty"`
	Collections       *Server_CreationMq_Collections       `protobuf:"bytes,8,opt,name=collections,proto3" json:"collections,omitempty"`
	ServerAddress     string                               `protobuf:"bytes,9,opt,name=serverAddress,proto3" json:"serverAddress,omitempty"`
	SecretKey         string                               `protobuf:"bytes,10,opt,name=secretKey,proto3" json:"secretKey,omitempty"`
	AccessKey         string                               `protobuf:"bytes,11,opt,name=accessKey,proto3" json:"accessKey,omitempty"`
	NameSpace         string                               `protobuf:"bytes,12,opt,name=nameSpace,proto3" json:"nameSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_CreationMq) Descriptor deprecated

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

Deprecated: Use Server_CreationMq.ProtoReflect.Descriptor instead.

func (*Server_CreationMq) GetAccessKey

func (x *Server_CreationMq) GetAccessKey() string

func (*Server_CreationMq) GetArticle

func (*Server_CreationMq) GetArticleReview

func (x *Server_CreationMq) GetArticleReview() *Server_CreationMq_ArticleReview

func (*Server_CreationMq) GetCollections

func (x *Server_CreationMq) GetCollections() *Server_CreationMq_Collections

func (*Server_CreationMq) GetCollectionsReview

func (x *Server_CreationMq) GetCollectionsReview() *Server_CreationMq_CollectionsReview

func (*Server_CreationMq) GetColumn

func (*Server_CreationMq) GetColumnReview

func (x *Server_CreationMq) GetColumnReview() *Server_CreationMq_ColumnReview

func (*Server_CreationMq) GetNameSpace

func (x *Server_CreationMq) GetNameSpace() string

func (*Server_CreationMq) GetSecretKey

func (x *Server_CreationMq) GetSecretKey() string

func (*Server_CreationMq) GetServerAddress

func (x *Server_CreationMq) GetServerAddress() string

func (*Server_CreationMq) GetTalk

func (*Server_CreationMq) GetTalkReview

func (x *Server_CreationMq) GetTalkReview() *Server_CreationMq_TalkReview

func (*Server_CreationMq) ProtoMessage

func (*Server_CreationMq) ProtoMessage()

func (*Server_CreationMq) ProtoReflect

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

func (*Server_CreationMq) Reset

func (x *Server_CreationMq) Reset()

func (*Server_CreationMq) String

func (x *Server_CreationMq) String() string

type Server_CreationMq_Article

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

func (*Server_CreationMq_Article) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_Article.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_Article) GetGroupName

func (x *Server_CreationMq_Article) GetGroupName() string

func (*Server_CreationMq_Article) ProtoMessage

func (*Server_CreationMq_Article) ProtoMessage()

func (*Server_CreationMq_Article) ProtoReflect

func (*Server_CreationMq_Article) Reset

func (x *Server_CreationMq_Article) Reset()

func (*Server_CreationMq_Article) String

func (x *Server_CreationMq_Article) String() string

type Server_CreationMq_ArticleReview

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

func (*Server_CreationMq_ArticleReview) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_ArticleReview.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_ArticleReview) GetGroupName

func (x *Server_CreationMq_ArticleReview) GetGroupName() string

func (*Server_CreationMq_ArticleReview) ProtoMessage

func (*Server_CreationMq_ArticleReview) ProtoMessage()

func (*Server_CreationMq_ArticleReview) ProtoReflect

func (*Server_CreationMq_ArticleReview) Reset

func (*Server_CreationMq_ArticleReview) String

type Server_CreationMq_Collections

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

func (*Server_CreationMq_Collections) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_Collections.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_Collections) GetGroupName

func (x *Server_CreationMq_Collections) GetGroupName() string

func (*Server_CreationMq_Collections) ProtoMessage

func (*Server_CreationMq_Collections) ProtoMessage()

func (*Server_CreationMq_Collections) ProtoReflect

func (*Server_CreationMq_Collections) Reset

func (x *Server_CreationMq_Collections) Reset()

func (*Server_CreationMq_Collections) String

type Server_CreationMq_CollectionsReview

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

func (*Server_CreationMq_CollectionsReview) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_CollectionsReview.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_CollectionsReview) GetGroupName

func (x *Server_CreationMq_CollectionsReview) GetGroupName() string

func (*Server_CreationMq_CollectionsReview) ProtoMessage

func (*Server_CreationMq_CollectionsReview) ProtoMessage()

func (*Server_CreationMq_CollectionsReview) ProtoReflect

func (*Server_CreationMq_CollectionsReview) Reset

func (*Server_CreationMq_CollectionsReview) String

type Server_CreationMq_Column

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

func (*Server_CreationMq_Column) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_Column.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_Column) GetGroupName

func (x *Server_CreationMq_Column) GetGroupName() string

func (*Server_CreationMq_Column) ProtoMessage

func (*Server_CreationMq_Column) ProtoMessage()

func (*Server_CreationMq_Column) ProtoReflect

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

func (*Server_CreationMq_Column) Reset

func (x *Server_CreationMq_Column) Reset()

func (*Server_CreationMq_Column) String

func (x *Server_CreationMq_Column) String() string

type Server_CreationMq_ColumnReview

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

func (*Server_CreationMq_ColumnReview) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_ColumnReview.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_ColumnReview) GetGroupName

func (x *Server_CreationMq_ColumnReview) GetGroupName() string

func (*Server_CreationMq_ColumnReview) ProtoMessage

func (*Server_CreationMq_ColumnReview) ProtoMessage()

func (*Server_CreationMq_ColumnReview) ProtoReflect

func (*Server_CreationMq_ColumnReview) Reset

func (x *Server_CreationMq_ColumnReview) Reset()

func (*Server_CreationMq_ColumnReview) String

type Server_CreationMq_Talk

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

func (*Server_CreationMq_Talk) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_Talk.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_Talk) GetGroupName

func (x *Server_CreationMq_Talk) GetGroupName() string

func (*Server_CreationMq_Talk) ProtoMessage

func (*Server_CreationMq_Talk) ProtoMessage()

func (*Server_CreationMq_Talk) ProtoReflect

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

func (*Server_CreationMq_Talk) Reset

func (x *Server_CreationMq_Talk) Reset()

func (*Server_CreationMq_Talk) String

func (x *Server_CreationMq_Talk) String() string

type Server_CreationMq_TalkReview

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

func (*Server_CreationMq_TalkReview) Descriptor deprecated

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

Deprecated: Use Server_CreationMq_TalkReview.ProtoReflect.Descriptor instead.

func (*Server_CreationMq_TalkReview) GetGroupName

func (x *Server_CreationMq_TalkReview) GetGroupName() string

func (*Server_CreationMq_TalkReview) ProtoMessage

func (*Server_CreationMq_TalkReview) ProtoMessage()

func (*Server_CreationMq_TalkReview) ProtoReflect

func (*Server_CreationMq_TalkReview) Reset

func (x *Server_CreationMq_TalkReview) Reset()

func (*Server_CreationMq_TalkReview) String

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

type Server_UserMq

type Server_UserMq struct {
	Code          *Server_UserMq_Code    `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Profile       *Server_UserMq_Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	Follow        *Server_UserMq_Follow  `protobuf:"bytes,3,opt,name=follow,proto3" json:"follow,omitempty"`
	Picture       *Server_UserMq_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 (*Server_UserMq) Descriptor deprecated

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

Deprecated: Use Server_UserMq.ProtoReflect.Descriptor instead.

func (*Server_UserMq) GetAccessKey

func (x *Server_UserMq) GetAccessKey() string

func (*Server_UserMq) GetCode

func (x *Server_UserMq) GetCode() *Server_UserMq_Code

func (*Server_UserMq) GetFollow

func (x *Server_UserMq) GetFollow() *Server_UserMq_Follow

func (*Server_UserMq) GetNameSpace

func (x *Server_UserMq) GetNameSpace() string

func (*Server_UserMq) GetPicture

func (x *Server_UserMq) GetPicture() *Server_UserMq_Picture

func (*Server_UserMq) GetProfile

func (x *Server_UserMq) GetProfile() *Server_UserMq_Profile

func (*Server_UserMq) GetSecretKey

func (x *Server_UserMq) GetSecretKey() string

func (*Server_UserMq) GetServerAddress

func (x *Server_UserMq) GetServerAddress() string

func (*Server_UserMq) ProtoMessage

func (*Server_UserMq) ProtoMessage()

func (*Server_UserMq) ProtoReflect

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

func (*Server_UserMq) Reset

func (x *Server_UserMq) Reset()

func (*Server_UserMq) String

func (x *Server_UserMq) String() string

type Server_UserMq_Code

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

func (*Server_UserMq_Code) Descriptor deprecated

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

Deprecated: Use Server_UserMq_Code.ProtoReflect.Descriptor instead.

func (*Server_UserMq_Code) GetGroupName

func (x *Server_UserMq_Code) GetGroupName() string

func (*Server_UserMq_Code) ProtoMessage

func (*Server_UserMq_Code) ProtoMessage()

func (*Server_UserMq_Code) ProtoReflect

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

func (*Server_UserMq_Code) Reset

func (x *Server_UserMq_Code) Reset()

func (*Server_UserMq_Code) String

func (x *Server_UserMq_Code) String() string

type Server_UserMq_Follow

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

func (*Server_UserMq_Follow) Descriptor deprecated

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

Deprecated: Use Server_UserMq_Follow.ProtoReflect.Descriptor instead.

func (*Server_UserMq_Follow) GetGroupName

func (x *Server_UserMq_Follow) GetGroupName() string

func (*Server_UserMq_Follow) ProtoMessage

func (*Server_UserMq_Follow) ProtoMessage()

func (*Server_UserMq_Follow) ProtoReflect

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

func (*Server_UserMq_Follow) Reset

func (x *Server_UserMq_Follow) Reset()

func (*Server_UserMq_Follow) String

func (x *Server_UserMq_Follow) String() string

type Server_UserMq_Picture

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

func (*Server_UserMq_Picture) Descriptor deprecated

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

Deprecated: Use Server_UserMq_Picture.ProtoReflect.Descriptor instead.

func (*Server_UserMq_Picture) GetGroupName

func (x *Server_UserMq_Picture) GetGroupName() string

func (*Server_UserMq_Picture) ProtoMessage

func (*Server_UserMq_Picture) ProtoMessage()

func (*Server_UserMq_Picture) ProtoReflect

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

func (*Server_UserMq_Picture) Reset

func (x *Server_UserMq_Picture) Reset()

func (*Server_UserMq_Picture) String

func (x *Server_UserMq_Picture) String() string

type Server_UserMq_Profile

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

func (*Server_UserMq_Profile) Descriptor deprecated

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

Deprecated: Use Server_UserMq_Profile.ProtoReflect.Descriptor instead.

func (*Server_UserMq_Profile) GetGroupName

func (x *Server_UserMq_Profile) GetGroupName() string

func (*Server_UserMq_Profile) ProtoMessage

func (*Server_UserMq_Profile) ProtoMessage()

func (*Server_UserMq_Profile) ProtoReflect

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

func (*Server_UserMq_Profile) Reset

func (x *Server_UserMq_Profile) Reset()

func (*Server_UserMq_Profile) String

func (x *Server_UserMq_Profile) String() string

Jump to

Keyboard shortcuts

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