Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2021 Changes in this version + type CertificateData struct + CertificateAuthorityData []byte + ClientCertificateData []byte + ClientKeyData []byte + type Cluster struct + Logger zerolog.Logger + func NewClusterFromEnv(port int) *Cluster + func (c *Cluster) Start(ctx context.Context) (*CertificateData, error) + func (c *Cluster) Stop(ctx context.Context) error