package
Version:
v1.0.48
Opens a new window with list of versions in this module.
Published: Apr 27, 2023
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
¶
type Message[T any] struct {
Application string `json:"application"`
Action string `json:"action"`
Body T `json:"body"`
}
type MessageWrapper[T any] struct {
Timestamp time.Time `json:"@timestamp"`
UserAgent string `json:"user_agent"`
Message Message[T] `json:"message"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.