MCPcopy
hub / github.com/hwholiday/learning_tools / apolloConfig

Struct apolloConfig

hconfig/apollo/config.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10var _ hconf.DataSource = (*apolloConfig)(nil)
11
12type apolloConfig struct {
13 client agollo.Client
14 options *options
15}
16
17func NewApolloConfig(opts ...Option) (hconf.DataSource, error) {
18 options := NewOptions(opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected