config

package
v0.0.0-...-e809d31 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GlobalServerConfig ServerConfig
	GlobalNacosConfig  NacosConfig
)

Functions

This section is empty.

Types

type MerchantSrvConfig

type MerchantSrvConfig struct {
	Name string `mapstructure:"name" json:"name"`
}

type MongoConfig

type MongoConfig struct {
	Host     string `mapstructure:"host" json:"host"`
	Port     int    `mapstructure:"port" json:"port"`
	User     string `mapstructure:"user" json:"user"`
	Password string `mapstructure:"password" json:"password"`
	Name     string `mapstructure:"db" json:"db"`
}

type NacosConfig

type NacosConfig struct {
	Host      string `mapstructure:"host"`
	Port      uint64 `mapstructure:"port"`
	Namespace string `mapstructure:"namespace"`
	User      string `mapstructure:"user"`
	Password  string `mapstructure:"password"`
	DataId    string `mapstructure:"dataid"`
	Group     string `mapstructure:"group"`
}

type NsqConfig

type NsqConfig struct {
	Host  string `mapstructure:"host" json:"host"`
	Port  int    `mapstructure:"port" json:"port"`
	Topic string `mapstructure:"topic" json:"topic"`
}

type OperateSrvConfig

type OperateSrvConfig struct {
	Name string `mapstructure:"name" json:"name"`
}

type OtelConfig

type OtelConfig struct {
	EndPoint string `mapstructure:"endpoint" json:"endpoint"`
}

type RedisConfig

type RedisConfig struct {
	Host     string `mapstructure:"host" json:"host"`
	Port     int    `mapstructure:"port" json:"port"`
	Password string `mapstructure:"password" json:"password"`
}

type ServerConfig

type ServerConfig struct {
	Name            string            `mapstructure:"name" json:"name"`
	Host            string            `mapstructure:"host" json:"host"`
	OtelInfo        OtelConfig        `mapstructure:"otel" json:"otel"`
	MongoInfo       MongoConfig       `mapstructure:"mongo" json:"mongo"`
	NsqInfo         NsqConfig         `mapstructure:"nsq" json:"nsq"`
	RedisInfo       RedisConfig       `mapstructure:"redis" json:"redis"`
	MerchantSrvInfo MerchantSrvConfig `mapstructure:"merchant_srv" json:"merchant_srv"`
	OperateSrvInfo  OperateSrvConfig  `mapstructure:"operate_srv" json:"operate_srv"`
}

func (ServerConfig) GetMongoAuth

func (c ServerConfig) GetMongoAuth() options.Credential

func (ServerConfig) GetMongoOptions

func (c ServerConfig) GetMongoOptions() (*options.ClientOptions, string)

func (ServerConfig) GetRedisOption

func (c ServerConfig) GetRedisOption() *redis.Options

Jump to

Keyboard shortcuts

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