Documentation
¶
Index ¶
Constants ¶
View Source
const ( TransactionMsgQueue = "TransactionMsgQueue" ObjectMsgQueue = "ObjectMsgQueue" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseConfig ¶
type Config ¶
type Config struct { RedisConfig RedisConfig DBConfig DBConfig BaseConfig BaseConfig Queue map[string]QueueConfig }
type DBConfig ¶
type MovePackageConfig ¶
type MovePackageConfig struct {
PackageId string
}
type QueueConfig ¶
type QueueConfig struct { Type string Enabled bool RedisStreamConfig RedisStreamConfig }
type RedisConfig ¶
Click to show internal directories.
Click to hide internal directories.