Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { ID any `json:"_id" bson:"_id" db:"id"` Level string `jon:"level" bson:"level" db:"level"` Msg string `json:"msg" bson:"msg" db:"msg"` CreatedAt time.Time `json:"created_at" bson:"created_at" db:"created_at"` }
Log is log marshaled and written in to the io.Writer of the helper implementing Logger abstraction.
Click to show internal directories.
Click to hide internal directories.