conf

package
v1.7.7 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2023 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"`
	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"`
	Rocketmq      *Data_RocketMq      `protobuf:"bytes,4,opt,name=rocketmq,proto3" json:"rocketmq,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) GetCos

func (x *Data) GetCos() *Data_Cos

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) GetRocketmq added in v1.3.0

func (x *Data) GetRocketmq() *Data_RocketMq

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_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_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 Data_RocketMq added in v1.3.0

type Data_RocketMq struct {
	ServerAddress string `protobuf:"bytes,1,opt,name=serverAddress,proto3" json:"serverAddress,omitempty"`
	SecretKey     string `protobuf:"bytes,2,opt,name=secretKey,proto3" json:"secretKey,omitempty"`
	AccessKey     string `protobuf:"bytes,3,opt,name=accessKey,proto3" json:"accessKey,omitempty"`
	NameSpace     string `protobuf:"bytes,4,opt,name=nameSpace,proto3" json:"nameSpace,omitempty"`
	GroupName     string `protobuf:"bytes,5,opt,name=groupName,proto3" json:"groupName,omitempty"`
	// contains filtered or unexported fields
}

func (*Data_RocketMq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use Data_RocketMq.ProtoReflect.Descriptor instead.

func (*Data_RocketMq) GetAccessKey added in v1.3.0

func (x *Data_RocketMq) GetAccessKey() string

func (*Data_RocketMq) GetGroupName added in v1.3.0

func (x *Data_RocketMq) GetGroupName() string

func (*Data_RocketMq) GetNameSpace added in v1.3.0

func (x *Data_RocketMq) GetNameSpace() string

func (*Data_RocketMq) GetSecretKey added in v1.3.0

func (x *Data_RocketMq) GetSecretKey() string

func (*Data_RocketMq) GetServerAddress added in v1.3.0

func (x *Data_RocketMq) GetServerAddress() string

func (*Data_RocketMq) ProtoMessage added in v1.3.0

func (*Data_RocketMq) ProtoMessage()

func (*Data_RocketMq) ProtoReflect added in v1.3.0

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

func (*Data_RocketMq) Reset added in v1.3.0

func (x *Data_RocketMq) Reset()

func (*Data_RocketMq) String added in v1.3.0

func (x *Data_RocketMq) 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"`
	// 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