📖 Package Overview

No package documentation available.

Functions

func NewWpSigningKey

func NewWpSigningKey()

Types

type PrivateKeyType

type PrivateKeyType string

type WpPrivateKey

type WpPrivateKey struct {
	Type PrivateKeyType `json:"type"`
	Key  string         `json:"key"`
}

type WpSigningKey

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