chics

package
v0.0.0-...-3e0e934 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2026 License: Apache-2.0, BSD-2-Clause Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultConfig = backoff.Config{
		BaseDelay:  100 * time.Millisecond,
		Multiplier: 1.6,
		Jitter:     0.2,
		MaxDelay:   3 * time.Second,
	}
)

Functions

func NewCubeHostClientManager

func NewCubeHostClientManager(config *CubeHostFactoryConfig) (chi.ChiFactory, error)

Types

type CubeHostFactoryConfig

type CubeHostFactoryConfig struct {
	CubeSocketName string `toml:"cubeSocketName"`
	VMRootDir      string `toml:"vmRootDir"`

	ProxyPort uint32 `toml:"proxyPort"`

	CubeHostImagePort uint32 `toml:"cubeHostImagePort"`
}

func (*CubeHostFactoryConfig) GetCubeUdsPath

func (v *CubeHostFactoryConfig) GetCubeUdsPath(vmID string) string

type DownloadLock

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

Jump to

Keyboard shortcuts

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