kvstoremesh

package
v1.15.6 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultAPIServeAddr = "localhost:9889"

DefaultAPIServeAddr is the default address the KVStoreMesh API is served on.

Variables

View Source
var APIServerCell = cell.Module(
	"kvstoremesh-api-server",
	"KVStoreMesh API Server",

	server.Cell,

	cell.Config(apiServerConfig{APIServeAddr: DefaultAPIServeAddr}),
	cell.Provide(apiServerSpec),
	cell.Invoke(configureAPIServer),
)

Functions

func NewCmd

func NewCmd(h *hive.Hive) *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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