ntp

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: 14 Imported by: 0

Documentation

Overview

Package ntp provides NTP-related 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 NTP route registration functions.

Types

type Ntp

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

Ntp implementation of the NTP APIs operations.

func New

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

New factory to create a new instance.

func (*Ntp) DeleteNodeNtp

DeleteNodeNtp deletes a managed NTP configuration on a target node.

func (*Ntp) GetNodeNtp

func (s *Ntp) GetNodeNtp(
	ctx context.Context,
	request gen.GetNodeNtpRequestObject,
) (gen.GetNodeNtpResponseObject, error)

GetNodeNtp gets NTP sync status and configured servers on a target node.

func (*Ntp) PostNodeNtp

PostNodeNtp creates an NTP configuration on a target node.

func (*Ntp) PutNodeNtp

func (s *Ntp) PutNodeNtp(
	ctx context.Context,
	request gen.PutNodeNtpRequestObject,
) (gen.PutNodeNtpResponseObject, error)

PutNodeNtp updates an existing NTP configuration on a target node.

Directories

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

Jump to

Keyboard shortcuts

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