Documentation ¶
Index ¶
- Variables
- func FindKey(mapslice yaml.MapSlice, key string) bool
- func GetArray(mapslice yaml.MapSlice, key string) []interface{}
- func GetObject(mapslice yaml.MapSlice, key string) yaml.MapSlice
- func GetValue(mapslice yaml.MapSlice, key string) interface{}
- func Setup(c *caddy.Controller) error
- type SecretsHandler
Constants ¶
This section is empty.
Variables ¶
View Source
var SecretsMap yaml.MapSlice
Functions ¶
func Setup ¶
func Setup(c *caddy.Controller) error
Types ¶
type SecretsHandler ¶
type SecretsHandler struct {
Next httpserver.Handler
}
func (SecretsHandler) ServeHTTP ¶
func (h SecretsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)
Click to show internal directories.
Click to hide internal directories.