Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { Store []Store // contains filtered or unexported fields }
func (*Logger) LogRequest ¶
LogRequest and user data
type OptionsLogger ¶
type Store ¶
type Store interface {
Save(data types.OutputData) error
}
Click to show internal directories.
Click to hide internal directories.