amberctl

package
v0.0.0-...-bbc9ce3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2021 License: BSD-2-Clause Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Types

type BlobEncryptionKey

type BlobEncryptionKey struct {
	Data [32]uint8
}

type ErrDaemon

type ErrDaemon string

func NewErrDaemon

func NewErrDaemon(str string) ErrDaemon

func (ErrDaemon) Error

func (e ErrDaemon) Error() string

type ErrGetFile

type ErrGetFile string

func NewErrGetFile

func NewErrGetFile(str string, inner error) ErrGetFile

func (ErrGetFile) Error

func (e ErrGetFile) Error() string

type KeyConfig

type KeyConfig struct {
	Type  string
	Value string
}

type Services

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

type SourceConfig

type SourceConfig struct {
	Id            string
	RepoUrl       string
	BlobRepoUrl   string
	RootKeys      []KeyConfig
	RootVersion   uint32
	RootThreshold uint32
	StatusConfig  *StatusConfig
	Auto          bool
	BlobKey       *BlobEncryptionKey
}

type StatusConfig

type StatusConfig struct {
	Enabled bool
}

Jump to

Keyboard shortcuts

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