Documentation
¶
Index ¶
- func IAM() *client
- func InitIAM(ctx context.Context, cfg Config) error
- func InitOP(ctx context.Context, cfg Config) error
- func InitSys(ctx context.Context, cfg Config) error
- func OP() *client
- func StopIAM()
- func StopOP()
- func StopSys()
- func Sys() *client
- type Config
- type HashItem
- type SubscribeHandle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Host string `json:"host" mapstructure:"host"`
Port string `json:"port" mapstructure:"port"`
Username string `json:"username" mapstructure:"username"`
Password string `json:"password" mapstructure:"password"`
Channel string `json:"channel" mapstructure:"channel"`
Standalone bool `json:"standalone" mapstructure:"standalone"`
MasterName string `json:"master_name" mapstructure:"master_name"`
}
Click to show internal directories.
Click to hide internal directories.