Documentation ¶
Overview ¶
nolint:gosec
Index ¶
Constants ¶
View Source
const ( PG_User = "postgres.user" PG_Passwd = "postgres.password" PG_Host = "postgres.host" PG_Port = "postgres.port" PG_DB = "postgres.database" PG_SSLMode = "postgres.sslmode" )
View Source
const ( Cluster_Name = "cluster.name" Node_Host = "cluster.node.host" Node_Port = "cluster.node.port" )
View Source
const ( HTTP_Address = "http.address" HTTP_Port = "http.port" )
View Source
const ( ETCD_Endpoints = "etcd.endpoints" ETCD_Root = "etcd.root" ETCD_User = "etcd.user" ETCD_Passwd = "etcd.password" )
View Source
const ( NATS_Host = "nats.host" NATS_Port = "nats.port" NATS_User = "nats.user" NATS_Password = "nats.password" )
View Source
const ( Persistence_Encoding = "persistence.encoding" EncodingGob = "gob" EncodingJson = "json" )
View Source
const ( Instrumentation_Traces_Endpoint = "instrumentation.traces.endpoint" Instrumentation_Traces_Insecure = "instrumentation.traces.insecure" )
View Source
const (
Logging_Level = "logging.level"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.