cdh

package
v0.8.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ConfigFilePath = "/run/confidential-containers/cdh.toml"
	Socket         = "unix:///run/confidential-containers/cdh.sock"
)

Variables

This section is empty.

Functions

func CreateConfigFile

func CreateConfigFile(aaKBCParams string) (string, error)

Types

type Config

type Config struct {
	Socket      string       `toml:"socket"`
	KBC         KBCConfig    `toml:"kbc"`
	Credentials []Credential `toml:"credentials"`
}

type Credential

type Credential struct{}

type KBCConfig

type KBCConfig struct {
	Name string `toml:"name"`
	URL  string `toml:"url"`
}

Jump to

Keyboard shortcuts

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