Versions in this module Expand all Collapse all v0 v0.0.2 Apr 7, 2024 v0.0.1 Apr 5, 2024 v0.0.0 Apr 5, 2024 Changes in this version + type ConfigItem struct + DefaultValue string + EndValue string + EnvValue string + Key string + Value string + func NewConfigItem(k, v string) *ConfigItem + func (this *ConfigItem) Check() bool + func (this *ConfigItem) Log() + func (this *ConfigItem) ParseValue() *ConfigItem + func (this *ConfigItem) String() string + type DatasourceClientDto struct + Charset string + Dbname string + Dbtype string + Host string + Password string + Port string + Username string + func NewDatasourceClientDto() *DatasourceClientDto + func (this *DatasourceClientDto) Parse() *DatasourceClientDto + type DbClientDto struct + Charset string + Dbname string + Dbtype string + Host string + Password string + Port string + Sslmode string + Username string + func NewDbClientDto() *DbClientDto + func (this *DbClientDto) Parse() *DbClientDto + type ElasticClientDto struct + Gzip bool + Password string + URL string + Username string + func NewElasticClientDto() *ElasticClientDto + func (this *ElasticClientDto) Parse() *ElasticClientDto + type IchubClientDto struct + func (this *IchubClientDto) ParseValue(key, value string) string + type RedisClientDto struct + Addr string + DB int + Password string + func NewRedisClientDto() *RedisClientDto + func (this *RedisClientDto) Parse() *RedisClientDto + type RpcServerDto struct + ClientName string + EtcdHost string + ServerName string + ServerPort int + func NewRpcServerDto() *RpcServerDto + func (this *RpcServerDto) Parse() *RpcServerDto + func (this *RpcServerDto) ToString() string + type SwaggerClientDto struct + BasePath string + Enable string + Host string + Title string + Version string + func NewSwaggerClientDto() *SwaggerClientDto + func (this *SwaggerClientDto) Parse() *SwaggerClientDto + type WebClientDto struct + TestUrl string + func NewWebClient() *WebClientDto + func NewWebClientDto(webServerDto WebServerDto) *WebClientDto + func (this *WebClientDto) Parse() *WebClientDto + type WebServerDto struct + EtcdHost string + ServerName string + ServerPort int + func NewWebServerDto() *WebServerDto + func (this *WebServerDto) Parse() *WebServerDto + func (this *WebServerDto) String() string