Documentation ¶
Index ¶
Constants ¶
View Source
const ( PRIVATE_GPG_PATH = "PRIVATE_GPG_PATH" PRIVATE_GPG_PASSPHRASE = "PRIVATE_GPG_PASSPHRASE" )
Variables ¶
This section is empty.
Functions ¶
func PushLatest ¶
func PushLatest()
Types ¶
type DecryptedObject ¶
type EncryptedObject ¶
type EncryptedObject interface { Key() string Reader() io.ReadCloser }
type GpgHelper ¶
type GpgHelper struct {
Entity openpgp.EntityList
}
func NewGpgHelper ¶
NewGpgHelper initializes a GpgHelper object and configures the private key
func (*GpgHelper) DecryptBundles ¶
func (g *GpgHelper) DecryptBundles(objects []EncryptedObject) ([]DecryptedObject, error)
accepts list of encrypted interface objects and concurrently descrypts the objects
Click to show internal directories.
Click to hide internal directories.