Discover Packages
github.com/mstgnz/golog
models
package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Mar 9, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Log struct {
ID int `json:"id"`
Timestamp time .Time `json:"timestamp"`
Level string `json:"level"`
Type string `json:"type"`
Message string `json:"message"`
}
Log represents a log entry
type LogFilter struct {
Level string `json:"level"`
Type string `json:"type"`
}
LogFilter represents filters for logs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.