Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONError ¶
type JSONError struct { Message string `json:"message"` Path []string `json:"path"` Extensions *JSONErrorExtension `json:"extensions"` }
type JSONErrorExtension ¶
type JSONErrorExtension struct {
Code string `json:"code"`
}
type JSONPayload ¶
type VaultServer ¶
type VaultServer struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(resolver generated.ResolverRoot, jwtSecret string) *VaultServer
func (*VaultServer) CreateTestToken ¶
func (v *VaultServer) CreateTestToken(userName, validationKey string) string
func (*VaultServer) Handle ¶
func (v *VaultServer) Handle() http.Handler
Click to show internal directories.
Click to hide internal directories.