vars

package
v1.0.1-0...-193b2c9 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EmailConfigSetting              *EmailConfigSettingS
	MongoDBSetting                  *MongoDBSettingS
	MongoDBDatabase                 *qmgo.Database
	SkuInventorySearchNoticeSetting *setting.QueueAMQPSettingS
	SkuInventorySearchNoticeServer  *queue.MachineryQueue
	SkuInventorySearchNoticePusher  *queue_helper.PublishService
)

Functions

This section is empty.

Types

type EmailConfigSettingS

type EmailConfigSettingS struct {
	Enable   bool   `json:"enable"`
	User     string `json:"user"`
	Password string `json:"password"`
	Host     string `json:"host"`
	Port     string `json:"port"`
}

type MongoDBSettingS

type MongoDBSettingS struct {
	Uri         string `json:"uri"`
	Username    string `json:"username"`
	Password    string `json:"password"`
	Database    string `json:"database"`
	AuthSource  string `json:"auth_source"`
	MaxPoolSize int    `json:"max_pool_size"`
	MinPoolSize int    `json:"min_pool_size"`
}

Jump to

Keyboard shortcuts

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