Documentation
¶
Overview ¶
description: sync_eth
@author: xwc1125 @date: 2020/10/05
description: sync_eth
@author: xwc1125 @date: 2020/10/05
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyTopology ¶
ApplyTopology to apply resource from MQ server eg. QueueDeclare, ExchangeDeclare
type Config ¶
type Config struct {
Host string `json:"host" mapstructure:"host"`
Port int64 `json:"port" mapstructure:"port"`
Username string `json:"username" mapstructure:"username"`
Password string `json:"password" mapstructure:"password"`
IsUse bool `json:"isUse" mapstructure:"isUse"`
}
func (*Config) GetConnUtl ¶
Click to show internal directories.
Click to hide internal directories.