Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpLogConfigDriver ¶
func NewHttpLogConfigDriver() dlog.ConfigDriver
Types ¶
type Config ¶
type ConfigEncode ¶
type ConfigEncode struct {
Method string `json:"method"`
Url string `json:"url"`
Headers []HeaderItem `json:"headers"`
Level string `json:"level"`
}
type HeaderItem ¶
Click to show internal directories.
Click to hide internal directories.