Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultContextProvider ¶
func NewDefaultContextProvider(ID string) interface{}
func NewDefaultErrorReporter ¶
func NewDefaultErrorReporter(ID string) interface{}
func NewDefaultLogger ¶
func NewDefaultLogger(ID string) interface{}
Types ¶
type DefaultContext ¶
type DefaultContext struct {
}
func (*DefaultContext) NewHttpContext ¶
func (c *DefaultContext) NewHttpContext(req *http.Request) context.Context
type ErrorReporter ¶
type ErrorReporter struct {
// contains filtered or unexported fields
}
func (*ErrorReporter) ReportError ¶
func (er *ErrorReporter) ReportError(e error)
Click to show internal directories.
Click to hide internal directories.