package signing type OpenPGPSigning struct{} type RequestInformation struct{} type SignedPublicKey struct{} func (o *OpenPGPSigning) Sign(signingRequest *RequestInformation) (*SignedPublicKey, error) { return &SignedPublicKey{}, nil }