http

package
v0.0.0-...-7983b3b Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Server = struct {
	GetFull          func(string) http.HandlerFunc
	GetValue         http.HandlerFunc
	SetValue         http.HandlerFunc
	ListConfigurable http.HandlerFunc
}{
	GetFull:          getFullConfig,
	GetValue:         getConfigValue,
	SetValue:         setConfigValue,
	ListConfigurable: listConfigurableSettings,
}

Server offers functions that implement the standard runtime settings HTTP API

Functions

func NewClient

func NewClient(c *http.Client, baseURL string, targetProcessName string) settings.Client

NewClient returns a client setup to interact with the standard runtime settings HTTP API

Types

This section is empty.

Jump to

Keyboard shortcuts

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