structures

package
v1.2.0-beta.3 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2026 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 APIError

type APIError struct {
	StatusCode int                    `json:"status_code"`
	Message    string                 `json:"message"`
	ErrorCode  int                    `json:"error_code"`
	Details    map[string]interface{} `json:"details,omitempty"`
}

type APIErrorResponseBodyError

type APIErrorResponseBodyError struct {
	StatusCode int      `json:"status_code"`
	Timestamp  int      `json:"timestamp"`
	Error      APIError `json:"error"`
	TraceID    string   `json:"trace_id,omitempty"`
}

type AlertInfo added in v1.2.0

type AlertInfo struct {
	ID      string
	Title   string
	Content string
	Class   string
}

Jump to

Keyboard shortcuts

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