Documentation ¶
Index ¶
- Variables
- func CopyTesseraEntrypointToVolume(ctx context.Context, tesseraEntrypointDirectory, volumeName string) error
- func CreateTesseraEntrypoint(ctx context.Context, outputDirectory, stackName string, memberCount int) error
- func CreateTesseraKeys(ctx context.Context, image, outputDirectory, prefix, name string) (privateKey, pubKey, path string, err error)
- type PrivateKey
- type PrivateKeyData
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 CreateTesseraEntrypoint ¶
Types ¶
type PrivateKey ¶
type PrivateKey struct { Type string `json:"type"` Data PrivateKeyData `json:"data"` }
type PrivateKeyData ¶
type PrivateKeyData struct {
Bytes string `json:"bytes"`
}
Click to show internal directories.
Click to hide internal directories.