Documentation
¶
Index ¶
Constants ¶
View Source
const CTXKEY ctxkey = "ackstream.configs"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configs ¶
type Configs struct { Debug bool Version string `json:"version" mapstructure:"ACKSTREAM_VERSION"` BucketTemplate string `json:"bucket_template" mapstructure:"ACKSTREAM_BUCKET_TEMPLATE"` XStream *xstream.Configs `json:"xstream"` XStorage *xstorage.Configs `json:"xstorage"` XRPC *xrpc.Configs `json:"xrpc"` }
func FromContext ¶
Click to show internal directories.
Click to hide internal directories.