Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mysql ¶
type Mysql struct { Username string `json:"username" yaml:"username" mapstructure:"username"` Password string `json:"password" yaml:"password" mapstructure:"password"` Host string `json:"host" yaml:"host" mapstructure:"host"` Port int `json:"port" yaml:"port" mapstructure:"port"` Database string `json:"database" yaml:"database" mapstructure:"database"` }
type Nacos ¶
type Nacos struct { IpAddr string `json:"ipAddr" yaml:"ipAddr" mapstructure:"ipAddr"` Port uint64 `json:"port" yaml:"port" mapstructure:"port"` ContextPath string `json:"contextPath" yaml:"contextPath" mapstructure:"contextPath"` Group string `json:"group" yaml:"group" mapstructure:"group"` DataId string `json:"dataId" yaml:"dataId" mapstructure:"dataId"` NamespaceId string `json:"namespaceId" yaml:"namespaceId" mapstructure:"namespaceId"` UserName string `json:"userName" yaml:"userName" mapstructure:"userName"` Password string `json:"password" yaml:"password" mapstructure:"password"` }
Click to show internal directories.
Click to hide internal directories.