Created
June 2, 2019 13:10
-
-
Save mantzas/dedb237a4a4340774d9702dd7bc328ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Config struct { | |
Name sync.String `seed:"John Doe"` | |
Age sync.Int64 `seed:"18" env:"ENV_AGE"` | |
IsAdmin sync.Bool `seed:"true" env:"ENV_IS_ADMIN" consul:"/config/is-admin"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment