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" )
Click to show internal directories.
Click to hide internal directories.