Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bootstrapper ¶
type Bootstrapper interface { GenerateSecretPayload(ctx context.Context, host string, pureuserPrivateKey []byte) ([]byte, error) OptOutDefaultProtectionPolicy(ctx context.Context, host string, pureuserPrivateKey []byte) error }
func NewBootstrapService ¶
func NewBootstrapService() Bootstrapper
Click to show internal directories.
Click to hide internal directories.