model

package
v0.0.7-beta3 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: Apache-2.0 Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogsConfig

type LogsConfig struct {
	DefaultLogTimeLimit int64 `env:"DEFAULT_LOG_TIME_LIMIT" envDefault:"1"`
}

type PanicEventIdentifier

type PanicEventIdentifier struct {
	Topic     string `json:"topic"`
	Data      []byte `json:"data"`
	PanicInfo error  `json:"panicInfo"`
}

type PubSubMsg

type PubSubMsg struct {
	Data string
}

type PublishPanicEvent

type PublishPanicEvent struct {
	Topic   string               `json:"topic"`
	Payload PanicEventIdentifier `json:"payload"`
}

Jump to

Keyboard shortcuts

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