Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminConfig ¶
AdminConfig represents properties for admin server
type Config ¶
type Config struct { Proto string Users []User TCP TCPConfig Queue Queue Db Db Vhost Vhost Security Security Connection Connection Admin AdminConfig }
Config represents server changeable se
func CreateDefault ¶
CreateDefault creates config from default values
func CreateFromFile ¶
CreateFromFile creates config from file
type Connection ¶
type Connection struct { ChannelsMax uint16 `yaml:"channelsMax"` FrameMaxSize uint32 `yaml:"frameMaxSize"` }
Connection settings for AMQP-connection
type Queue ¶
type Queue struct { ShardSize int `yaml:"shardSize"` MaxMessagesInRAM uint64 `yaml:"maxMessagesInRam"` }
Queue settings
type Security ¶
type Security struct {
PasswordCheck string `yaml:"passwordCheck"`
}
Security settings
Click to show internal directories.
Click to hide internal directories.