remote

package
v1.9.4 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateConfigSchema

func GenerateConfigSchema(cfgPtr any) *schema.Schema

func Upgrade

func Upgrade[T any](rc *Config, data []byte) (newCfg T, prevCfg T, err error)

nolint:ireturn,nonamedreturns

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

func New

func New(validator Validator, overrideData []byte) *Config

func (*Config) Upgrade

func (c *Config) Upgrade(data []byte, newConfigPtr any, prevConfigPtr any) error

type Validator

type Validator interface {
	ValidateToError(value any) error
}

Directories

Path Synopsis
nolint
nolint

Jump to

Keyboard shortcuts

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