httpapi

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2025 License: Apache-2.0, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Route path segments used by both server handlers and HTTP clients.
	AdminRoutePath = "/admin"
	LogRoutePath   = "/log"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ListLogLevelsResponse

type ListLogLevelsResponse struct {
	Loggers map[string]string `json:"loggers"`
}

Logging

type SetLogLevelRegexRequest

type SetLogLevelRegexRequest struct {
	Expression string `json:"expression"`
	Level      string `json:"level"`
}

Logging

type SetLogLevelRequest

type SetLogLevelRequest struct {
	System string `json:"system"`
	Level  string `json:"level"`
}

Logging

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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