VaultDevServer v0.1.0 VaultDevServer.DevServer View Source
Runs a Vault dev server in a subprocess for test purposes.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Link to this function
api_addr(ds)
View Source
api_addr(ds)
View Source
api_addr(GenServer.server()) :: String.t()
api_addr(GenServer.server()) :: String.t()
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
root_token(ds)
View Source
root_token(ds)
View Source
root_token(GenServer.server()) :: String.t()
root_token(GenServer.server()) :: String.t()
Link to this function