Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2015 Changes in this version + const AuthCookieName + func Handler(core *vault.Core) http.Handler + func TestListener(t *testing.T) (net.Listener, string) + func TestServer(t *testing.T, core *vault.Core) (net.Listener, string) + func TestServerAuth(t *testing.T, addr string, token string) + func TestServerWithListener(t *testing.T, ln net.Listener, addr string, core *vault.Core) + type Auth struct + ClientToken string + LeaseDuration int + Metadata map[string]string + Policies []string + Renewable bool + type EnableAuthRequest struct + Description string + Type string + type ErrorResponse struct + Errors []string + type HealthResponse struct + Initialized bool + Sealed bool + Standby bool + type InitRequest struct + SecretShares int + SecretThreshold int + type InitResponse struct + Keys []string + RootToken string + type InitStatusResponse struct + Initialized bool + type LeaderResponse struct + HAEnabled bool + IsSelf bool + LeaderAddress string + type LogicalResponse struct + Auth *Auth + Data map[string]interface{} + LeaseDuration int + LeaseID string + Renewable bool + type MountRequest struct + Description string + Type string + type RemountRequest struct + From string + To string + type RenewRequest struct + Increment int + type SealStatusResponse struct + N int + Progress int + Sealed bool + T int + type UnsealRequest struct + Key string