[ Bron: golang-github-spf13-viper ]
Pakket: golang-github-spf13-viper-dev (1.3.2+really1.3.1-1)
Verwijzigingen voor golang-github-spf13-viper-dev
Debian bronnen:
Het bronpakket golang-github-spf13-viper downloaden:
- [golang-github-spf13-viper_1.3.2+really1.3.1-1.dsc]
- [golang-github-spf13-viper_1.3.2+really1.3.1.orig.tar.gz]
- [golang-github-spf13-viper_1.3.2+really1.3.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-traefik-paerser-dev
- golang-github-xordataexchange-crypt-dev
- golang-github-xordataexchange-crypt
- golang-github-magiconair-properties-dev
- golang-github-namsral-flag-dev
- golang-github-hashicorp-hcl-dev
- golang-github-hashicorp-hcl-v2-dev
- python-django-etcd-settings-doc
- python-django-etcd-settings
- python3-django-etcd-settings
- libconfig-any-perl
Go configuration with fangs
Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats. It supports:
* setting defaults * reading from JSON, TOML, YAML, HCL, and Java properties config files * live watching and re-reading of config files (optional) * reading from environment variables * reading from remote config systems (etcd or Consul), and watching changes * reading from command line flags * reading from buffer * setting explicit values
Viper can be thought of as a registry for all of your applications configuration needs.
Andere aan golang-github-spf13-viper-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-fsnotify-fsnotify-dev
- File system notifications for Go
-
- dep: golang-github-hashicorp-hcl-dev
- Go implementation of HashiCorp Configuration Language
-
- dep: golang-github-magiconair-properties-dev
- Java properties scanner for Go
-
- dep: golang-github-mitchellh-mapstructure-dev
- library for decoding generic map values into native Go structures
-
- dep: golang-github-pelletier-go-toml-dev
- Go library for the TOML language
-
- dep: golang-github-spf13-afero-dev
- FileSystem Abstraction System for Go
-
- dep: golang-github-spf13-cast-dev
- Safe and easy casting from one type to another in Go
-
- dep: golang-github-spf13-jwalterweatherman-dev
- Go library for both printing to the terminal and logging to files
-
- dep: golang-github-spf13-pflag-dev
- Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-xordataexchange-crypt-dev
- Store/retrieve encrypted configs from etcd or Consul (Go library)
-
- dep: golang-gopkg-yaml.v2-dev
- YAML support for the Go language