Documentation ¶ Index ¶ func New() *keepers.Keeper type Keeper func (p Keeper) Decrypt(config keepers.Config, file io.Reader) (io.Reader, error) func (p Keeper) Encrypt(config keepers.Config, reader io.Reader) (io.Reader, error) func (p Keeper) Setup(input ...any) keepers.Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() *keepers.Keeper Types ¶ type Keeper ¶ type Keeper struct{} func (Keeper) Decrypt ¶ func (p Keeper) Decrypt(config keepers.Config, file io.Reader) (io.Reader, error) func (Keeper) Encrypt ¶ func (p Keeper) Encrypt(config keepers.Config, reader io.Reader) (io.Reader, error) func (Keeper) Setup ¶ func (p Keeper) Setup(input ...any) keepers.Config Source Files ¶ View all Source files pgp.go Click to show internal directories. Click to hide internal directories.