log

package
v0.0.0-...-36c55c0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package log provides log management API handlers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(
	logger *slog.Logger,
	jobClient client.JobClient,
	signingKey string,
	customRoles map[string][]string,
) []func(e *echo.Echo)

Handler returns Log route registration functions.

Types

type Log

type Log struct {
	// JobClient provides job-based operations for log management.
	JobClient client.JobClient
	// contains filtered or unexported fields
}

Log implementation of the Log APIs operations.

func New

func New(
	logger *slog.Logger,
	jobClient client.JobClient,
) *Log

New factory to create a new instance.

func (*Log) GetNodeLog

func (s *Log) GetNodeLog(
	ctx context.Context,
	request gen.GetNodeLogRequestObject,
) (gen.GetNodeLogResponseObject, error)

GetNodeLog returns system log entries from a target node.

func (*Log) GetNodeLogSource

GetNodeLogSource returns unique syslog identifiers from a target node.

func (*Log) GetNodeLogUnit

GetNodeLogUnit returns log entries for a specific systemd unit from a target node.

Directories

Path Synopsis
Package gen contains generated code for the log API.
Package gen contains generated code for the log API.

Jump to

Keyboard shortcuts

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