Documentation ¶
Index ¶
- type OriginToCustomerIdType
- func (hdlr *OriginToCustomerIdType) InitializeWithConfigData(next http.Handler, gCfg *cfg.ServerGlobalConfigType, serverName string, ...) (err error)
- func (hdlr *OriginToCustomerIdType) PreValidate(gCfg *cfg.ServerGlobalConfigType, cfgData map[string]interface{}, ...) (err error)
- func (hdlr *OriginToCustomerIdType) ServeHTTP(www http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OriginToCustomerIdType ¶
type OriginToCustomerIdType struct { Next http.Handler // Paths []string // RedisPrefix string // LineNo int // // contains filtered or unexported fields }
func NewBasicAuthServer ¶
func NewBasicAuthServer(n http.Handler, p []string, redis_prefix, realm string) *OriginToCustomerIdType
func (*OriginToCustomerIdType) InitializeWithConfigData ¶
func (hdlr *OriginToCustomerIdType) InitializeWithConfigData(next http.Handler, gCfg *cfg.ServerGlobalConfigType, serverName string, pNo, callNo int) (err error)
func (*OriginToCustomerIdType) PreValidate ¶
func (hdlr *OriginToCustomerIdType) PreValidate(gCfg *cfg.ServerGlobalConfigType, cfgData map[string]interface{}, serverName string, pNo, callNo int) (err error)
func (*OriginToCustomerIdType) ServeHTTP ¶
func (hdlr *OriginToCustomerIdType) ServeHTTP(www http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.