Connect to OpenDecree and read typed configuration values.
- Creating a gRPC connection to the decree server
- Reading values with typed getters (
GetString,GetBool,GetInt,GetDuration,GetFloat) - No string parsing — values come back as native Go types
go run .app.name: Acme Corp App
app.debug: false
server.rate_limit: 100
server.timeout: 30s
payments.fee_rate: 0.025
- configclient package — full API reference
- Field types — supported types and constraints
- Next: Feature Flags →