example

package
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BootstrapConfig

type BootstrapConfig struct {
	// App 应用配置
	App app.Config `json:"app"`
	// Kernel 内核配置
	Kernel kernel.Config `json:"kernel"`
	// Logger 日志配置
	Logger logger.Config `json:"logger"`
	// Service 服务配置
	Service service.Config `json:"service"`
	// Telemetry 可观测性配置
	Telemetry telemetry.Config `json:"telemetry"`

	// ServerPort 服务端口
	ServerPort uint `json:"server_port"`
	// ManagePort 管理端口
	ManagedPort uint `json:"managed_port"`
	// LoadConfigMode 加载配置方式
	LoadConfigMode string `json:"load_config_mode"`
}

Jump to

Keyboard shortcuts

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