core

package
v0.0.0-...-49cb14a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
	Channel   string                 `json:"channel" bason:"channel"`
	LogId     string                 `json:"log_id" bson:"log_id"`
	SenderId  string                 `json:"sender_id" bson:"sender_id"`
	Timestamp int64                  `json:"timestamp" bson:"timestamp"`
	Level     string                 `json:"level" bson:"level"`
	Message   string                 `json:"message" bson:"message"`
	Data      map[string]interface{} `json:"data" bson:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL