Packages

Live config supporting many different backends. **Kungfuig** (_pronounced:_ [ˌkʌŋˈfig]) provides a drastically easy way to plug live configuration into everything. It provides backends for `env` and `system` and supports custom backends.

Current section

Files

Jump to
kungfuig lib kungfuig validators void.ex
Raw

lib/kungfuig/validators/void.ex

defmodule Kungfuig.Validators.Void do
@moduledoc false
use Kungfuig.Validator, schema: []
end