Registry / config / zouyx-agollo-v3

zouyx-agollo-v3

JSON →
library3.4.5gogounverified

Package agollo is a Go client for Apollo configuration center.

go get github.com/zouyx/agollo/v3
INSTALL
IMPORT
SIG · ZOUYX-AGOLLO-V3
Z
zouyx-agollo-v3
configgov3.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

agollo
github.com/zouyx/agollo/v3

Initialize Agollo client and retrieve a configuration value.

package main import ( "fmt" "github.com/zouyx/agollo/v3" ) func main() { client, _ := agollo.StartWithConfFile("app.properties") val := client.GetStringValue("key", "default") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Resources
zouyx-agollo-v3 — go get zouyx-agollo-v3 · libregistry