conf

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 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 {
	Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Data   *Data   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Bootstrap) Descriptor deprecated

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

Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.

func (*Bootstrap) GetData

func (x *Bootstrap) GetData() *Data

func (*Bootstrap) GetServer

func (x *Bootstrap) GetServer() *Server

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 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"`
	Cos           *Data_Cos           `protobuf:"bytes,3,opt,name=cos,proto3" json:"cos,omitempty"`
	AchievementMq *Data_AchievementMq `protobuf:"bytes,4,opt,name=achievementMq,proto3" json:"achievementMq,omitempty"`
	CreationMq    *Data_CreationMq    `protobuf:"bytes,5,opt,name=creationMq,proto3" json:"creationMq,omitempty"`
	ElasticSearch *Data_ElasticSearch `protobuf:"bytes,6,opt,name=elasticSearch,proto3" json:"elasticSearch,omitempty"`
	News          *Data_News          `protobuf:"bytes,7,opt,name=news,proto3" json:"news,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

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

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetAchievementMq

func (x *Data) GetAchievementMq() *Data_AchievementMq

func (*Data) GetCos

func (x *Data) GetCos() *Data_Cos

func (*Data) GetCreationMq

func (x *Data) GetCreationMq() *Data_CreationMq

func (*Data) GetDatabase

func (x *Data) GetDatabase() *Data_Database

func (*Data) GetElasticSearch

func (x *Data) GetElasticSearch() *Data_ElasticSearch

func (*Data) GetNews

func (x *Data) GetNews() *Data_News

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_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 (*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 (*Data_AchievementMq_Achievement) Reset

func (x *Data_AchievementMq_Achievement) Reset()

func (*Data_AchievementMq_Achievement) String

type Data_Cos

type Data_Cos struct {
	Url       string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	SecretId  string `protobuf:"bytes,2,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	SecretKey string `protobuf:"bytes,3,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,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) GetSecretId

func (x *Data_Cos) GetSecretId() string

func (*Data_Cos) GetSecretKey

func (x *Data_Cos) GetSecretKey() string

func (*Data_Cos) GetUrl

func (x *Data_Cos) GetUrl() string

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_CreationMq

type Data_CreationMq struct {
	ArticleReview     *Data_CreationMq_ArticleReview     `protobuf:"bytes,1,opt,name=articleReview,proto3" json:"articleReview,omitempty"`
	Article           *Data_CreationMq_Article           `protobuf:"bytes,2,opt,name=article,proto3" json:"article,omitempty"`
	TalkReview        *Data_CreationMq_TalkReview        `protobuf:"bytes,3,opt,name=talkReview,proto3" json:"talkReview,omitempty"`
	Talk              *Data_CreationMq_Talk              `protobuf:"bytes,4,opt,name=talk,proto3" json:"talk,omitempty"`
	ColumnReview      *Data_CreationMq_ColumnReview      `protobuf:"bytes,5,opt,name=columnReview,proto3" json:"columnReview,omitempty"`
	Column            *Data_CreationMq_Column            `protobuf:"bytes,6,opt,name=column,proto3" json:"column,omitempty"`
	CollectionsReview *Data_CreationMq_CollectionsReview `protobuf:"bytes,7,opt,name=collectionsReview,proto3" json:"collectionsReview,omitempty"`
	Collections       *Data_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 (*Data_CreationMq) Descriptor deprecated

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

Deprecated: Use Data_CreationMq.ProtoReflect.Descriptor instead.

func (*Data_CreationMq) GetAccessKey

func (x *Data_CreationMq) GetAccessKey() string

func (*Data_CreationMq) GetArticle

func (x *Data_CreationMq) GetArticle() *Data_CreationMq_Article

func (*Data_CreationMq) GetArticleReview

func (x *Data_CreationMq) GetArticleReview() *Data_CreationMq_ArticleReview

func (*Data_CreationMq) GetCollections

func (x *Data_CreationMq) GetCollections() *Data_CreationMq_Collections

func (*Data_CreationMq) GetCollectionsReview

func (x *Data_CreationMq) GetCollectionsReview() *Data_CreationMq_CollectionsReview

func (*Data_CreationMq) GetColumn

func (x *Data_CreationMq) GetColumn() *Data_CreationMq_Column

func (*Data_CreationMq) GetColumnReview

func (x *Data_CreationMq) GetColumnReview() *Data_CreationMq_ColumnReview

func (*Data_CreationMq) GetNameSpace

func (x *Data_CreationMq) GetNameSpace() string

func (*Data_CreationMq) GetSecretKey

func (x *Data_CreationMq) GetSecretKey() string

func (*Data_CreationMq) GetServerAddress

func (x *Data_CreationMq) GetServerAddress() string

func (*Data_CreationMq) GetTalk

func (x *Data_CreationMq) GetTalk() *Data_CreationMq_Talk

func (*Data_CreationMq) GetTalkReview

func (x *Data_CreationMq) GetTalkReview() *Data_CreationMq_TalkReview

func (*Data_CreationMq) ProtoMessage

func (*Data_CreationMq) ProtoMessage()

func (*Data_CreationMq) ProtoReflect

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

func (*Data_CreationMq) Reset

func (x *Data_CreationMq) Reset()

func (*Data_CreationMq) String

func (x *Data_CreationMq) String() string

type Data_CreationMq_Article

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

func (*Data_CreationMq_Article) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_Article.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_Article) GetGroupName

func (x *Data_CreationMq_Article) GetGroupName() string

func (*Data_CreationMq_Article) ProtoMessage

func (*Data_CreationMq_Article) ProtoMessage()

func (*Data_CreationMq_Article) ProtoReflect

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

func (*Data_CreationMq_Article) Reset

func (x *Data_CreationMq_Article) Reset()

func (*Data_CreationMq_Article) String

func (x *Data_CreationMq_Article) String() string

type Data_CreationMq_ArticleReview

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

func (*Data_CreationMq_ArticleReview) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_ArticleReview.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_ArticleReview) GetGroupName

func (x *Data_CreationMq_ArticleReview) GetGroupName() string

func (*Data_CreationMq_ArticleReview) ProtoMessage

func (*Data_CreationMq_ArticleReview) ProtoMessage()

func (*Data_CreationMq_ArticleReview) ProtoReflect

func (*Data_CreationMq_ArticleReview) Reset

func (x *Data_CreationMq_ArticleReview) Reset()

func (*Data_CreationMq_ArticleReview) String

type Data_CreationMq_Collections

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

func (*Data_CreationMq_Collections) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_Collections.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_Collections) GetGroupName

func (x *Data_CreationMq_Collections) GetGroupName() string

func (*Data_CreationMq_Collections) ProtoMessage

func (*Data_CreationMq_Collections) ProtoMessage()

func (*Data_CreationMq_Collections) ProtoReflect

func (*Data_CreationMq_Collections) Reset

func (x *Data_CreationMq_Collections) Reset()

func (*Data_CreationMq_Collections) String

func (x *Data_CreationMq_Collections) String() string

type Data_CreationMq_CollectionsReview

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

func (*Data_CreationMq_CollectionsReview) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_CollectionsReview.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_CollectionsReview) GetGroupName

func (x *Data_CreationMq_CollectionsReview) GetGroupName() string

func (*Data_CreationMq_CollectionsReview) ProtoMessage

func (*Data_CreationMq_CollectionsReview) ProtoMessage()

func (*Data_CreationMq_CollectionsReview) ProtoReflect

func (*Data_CreationMq_CollectionsReview) Reset

func (*Data_CreationMq_CollectionsReview) String

type Data_CreationMq_Column

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

func (*Data_CreationMq_Column) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_Column.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_Column) GetGroupName

func (x *Data_CreationMq_Column) GetGroupName() string

func (*Data_CreationMq_Column) ProtoMessage

func (*Data_CreationMq_Column) ProtoMessage()

func (*Data_CreationMq_Column) ProtoReflect

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

func (*Data_CreationMq_Column) Reset

func (x *Data_CreationMq_Column) Reset()

func (*Data_CreationMq_Column) String

func (x *Data_CreationMq_Column) String() string

type Data_CreationMq_ColumnReview

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

func (*Data_CreationMq_ColumnReview) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_ColumnReview.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_ColumnReview) GetGroupName

func (x *Data_CreationMq_ColumnReview) GetGroupName() string

func (*Data_CreationMq_ColumnReview) ProtoMessage

func (*Data_CreationMq_ColumnReview) ProtoMessage()

func (*Data_CreationMq_ColumnReview) ProtoReflect

func (*Data_CreationMq_ColumnReview) Reset

func (x *Data_CreationMq_ColumnReview) Reset()

func (*Data_CreationMq_ColumnReview) String

type Data_CreationMq_Talk

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

func (*Data_CreationMq_Talk) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_Talk.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_Talk) GetGroupName

func (x *Data_CreationMq_Talk) GetGroupName() string

func (*Data_CreationMq_Talk) ProtoMessage

func (*Data_CreationMq_Talk) ProtoMessage()

func (*Data_CreationMq_Talk) ProtoReflect

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

func (*Data_CreationMq_Talk) Reset

func (x *Data_CreationMq_Talk) Reset()

func (*Data_CreationMq_Talk) String

func (x *Data_CreationMq_Talk) String() string

type Data_CreationMq_TalkReview

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

func (*Data_CreationMq_TalkReview) Descriptor deprecated

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

Deprecated: Use Data_CreationMq_TalkReview.ProtoReflect.Descriptor instead.

func (*Data_CreationMq_TalkReview) GetGroupName

func (x *Data_CreationMq_TalkReview) GetGroupName() string

func (*Data_CreationMq_TalkReview) ProtoMessage

func (*Data_CreationMq_TalkReview) ProtoMessage()

func (*Data_CreationMq_TalkReview) ProtoReflect

func (*Data_CreationMq_TalkReview) Reset

func (x *Data_CreationMq_TalkReview) Reset()

func (*Data_CreationMq_TalkReview) String

func (x *Data_CreationMq_TalkReview) 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_News

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

func (*Data_News) Descriptor deprecated

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

Deprecated: Use Data_News.ProtoReflect.Descriptor instead.

func (*Data_News) GetUrl

func (x *Data_News) GetUrl() string

func (*Data_News) ProtoMessage

func (*Data_News) ProtoMessage()

func (*Data_News) ProtoReflect

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

func (*Data_News) Reset

func (x *Data_News) Reset()

func (*Data_News) String

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

Deprecated: Use Server.ProtoReflect.Descriptor instead.

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

func (*Server) Reset

func (x *Server) Reset()

func (*Server) String

func (x *Server) String() 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

Jump to

Keyboard shortcuts

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