configz

package
v0.0.0-...-bc30bd0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(name string)

Delete removes the named ComponentConfig from this package's "/configz" handler.

func InstallHandler

func InstallHandler(m mux)

InstallHandler adds an HTTP handler on the given mux for the "/configz" endpoint which serves all registered ComponentConfigs in JSON format.

Types

type Config

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

Config is a handle to a ComponentConfig object. Don't create these directly; use New() instead.

func New

func New(name string) (*Config, error)

New creates a Config object with the given name. Each Config is registered with this package's "/configz" handler.

func (*Config) MarshalJSON

func (v *Config) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ComponentConfig as JSON data.

func (*Config) Set

func (v *Config) Set(val interface{})

Set sets the ComponentConfig for this Config.

Jump to

Keyboard shortcuts

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