Versions in this module Expand all Collapse all v0 v0.5.2 Dec 4, 2020 v0.5.1 Dec 4, 2020 Changes in this version + func New(name string, location string, paramName string, value string, ...) contract.Security + type Cookie struct + func (sec Cookie) Enrich(req *http.Request, log contract.Logger) + type Header struct + func (sec Header) Enrich(req *http.Request, log contract.Logger) + type Query struct + func (sec Query) Enrich(req *http.Request, log contract.Logger) + type Security struct + Log contract.Logger + Name string + ParamName string + Value string + func (sec Security) GetName() string