tessera

package
v1.3.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DockerEntrypoint = "docker-entrypoint.sh"
View Source
var TmP2pPort = "9000"
View Source
var TmQ2tPort = "9101"
View Source
var TmTpPort = "9080"

Functions

func CopyTesseraEntrypointToVolume

func CopyTesseraEntrypointToVolume(ctx context.Context, tesseraEntrypointDirectory, volumeName string) error

func CreateTesseraEntrypoint

func CreateTesseraEntrypoint(ctx context.Context, outputDirectory, stackName string, memberCount int) error

func CreateTesseraKeys

func CreateTesseraKeys(ctx context.Context, image, outputDirectory, prefix, name string) (privateKey, pubKey, path string, err error)

Types

type PrivateKey

type PrivateKey struct {
	Type string         `json:"type"`
	Data PrivateKeyData `json:"data"`
}

type PrivateKeyData

type PrivateKeyData struct {
	Bytes string `json:"bytes"`
}

Jump to

Keyboard shortcuts

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