config

package
v0.0.0-...-f8547f2 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	// SetTTL Configure TTL
	// @Tags API.config
	// @Router /api/config/setTTL [post]
	SetTTL() core.HandlerFunc

	// GetTTL Get TTL
	// @Tags API.config
	// @Router /api/config/getTTL [get]
	GetTTL() core.HandlerFunc

	// SetSingleTableTTL to configure the TTL of a single table
	// @Tags API.config
	// @Router /api/config/setSingleTableTTL [post]
	SetSingleTableTTL() core.HandlerFunc
}

func New

func New(logger *zap.Logger, chRepo clickhouse.Repo) Handler

Jump to

Keyboard shortcuts

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