Documentation ¶
Index ¶
- type BaseHandler
- func (h *BaseHandler) GetContext() context.Context
- func (h *BaseHandler) GetName() string
- func (h *BaseHandler) LogError(format string, args ...interface{})
- func (h *BaseHandler) LogFatal(format string, args ...interface{})
- func (h *BaseHandler) LogInfo(format string, args ...interface{})
- func (h *BaseHandler) LogWarn(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseHandler ¶
type BaseHandler struct {
// contains filtered or unexported fields
}
func (*BaseHandler) GetContext ¶
func (h *BaseHandler) GetContext() context.Context
func (*BaseHandler) GetName ¶
func (h *BaseHandler) GetName() string
func (*BaseHandler) LogError ¶
func (h *BaseHandler) LogError(format string, args ...interface{})
func (*BaseHandler) LogFatal ¶
func (h *BaseHandler) LogFatal(format string, args ...interface{})
func (*BaseHandler) LogInfo ¶
func (h *BaseHandler) LogInfo(format string, args ...interface{})
func (*BaseHandler) LogWarn ¶
func (h *BaseHandler) LogWarn(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.