[ 原始碼: golang-github-spf13-viper ]
套件:golang-github-spf13-viper-dev(1.12.0-1)
golang-github-spf13-viper-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-spf13-viper:
- [golang-github-spf13-viper_1.12.0-1.dsc]
- [golang-github-spf13-viper_1.12.0.orig.tar.gz]
- [golang-github-spf13-viper_1.12.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- 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.
其他與 golang-github-spf13-viper-dev 有關的套件
|
|
|
|
-
- dep: golang-github-fsnotify-fsnotify-dev (>= 1.5.4)
- File system notifications for Go
-
- dep: golang-github-hashicorp-hcl-dev (>= 1.0.0)
- Go implementation of HashiCorp Configuration Language
-
- dep: golang-github-magiconair-properties-dev (>= 1.8.6)
- Java properties scanner for Go
-
- dep: golang-github-mitchellh-mapstructure-dev (>= 1.5.0)
- library for decoding generic map values into native Go structures
-
- dep: golang-github-pelletier-go-toml-dev (>= 1.9.5)
- Go library for the TOML format
-
- dep: golang-github-pelletier-go-toml.v2-dev (>= 2.0.1)
- Go library for the TOML format (go-toml v2)
-
- dep: golang-github-spf13-afero-dev (>= 1.8.2)
- FileSystem Abstraction System for Go
-
- dep: golang-github-spf13-cast-dev (>= 1.5.0)
- Safe and easy casting from one type to another in Go
-
- dep: golang-github-spf13-jwalterweatherman-dev (>= 1.1.0)
- Go library for both printing to the terminal and logging to files
-
- dep: golang-github-spf13-pflag-dev (>= 1.0.5)
- Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
-
- dep: golang-github-stretchr-testify-dev (>= 1.7.1)
- sacred extension to the standard Go testing package
-
- dep: golang-github-subosito-gotenv-dev (>= 1.3.0)
- Load environment variables from `.env` or `io.Reader` in Go.
-
- dep: golang-gopkg-ini.v1-dev (>= 1.66.4)
- INI file read and write functionality in Go
-
- dep: golang-gopkg-yaml.v2-dev (>= 2.4.0)
- YAML support for the Go language
-
- dep: golang-gopkg-yaml.v3-dev (>= 3.0.0)
- YAML support for the Go language