entities

package
v0.0.0-...-2d4ca7b Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogEnity

type LogEnity struct {
	Level      LogSeverityLevel `json:"severity_level"`
	ServiceURL string           `json:"service_url"`
	Message    string           `json:"message"`
	Origin     string           `json:"origin"`
	CreatedAt  string           `json:"created_at"`
}

type LogSeverityLevel

type LogSeverityLevel string
const (
	LOW    LogSeverityLevel = "LOW"
	MEDIUM LogSeverityLevel = "MEDIUM"
	HIGH   LogSeverityLevel = "HIGH"
)

Jump to

Keyboard shortcuts

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