Vapor v0.3.0 Vapor.Provider protocol View Source
Link to this section Summary
Functions
The protocol required for loading a configuration. Providers need to implement
this protocol and must return either an {:ok, %{}}
or {:error, term()}
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: term()
t() :: term()
Link to this section Functions
Link to this function
load(plan) View Source
The protocol required for loading a configuration. Providers need to implement
this protocol and must return either an {:ok, %{}}
or {:error, term()}
.