Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SupportedFormats ¶ added in v0.3.0
func SupportedFormats() []string
Types ¶
type ArtifactFactory ¶
type ArtifactFactory struct {
// contains filtered or unexported fields
}
func NewArtifactFactory ¶
func NewArtifactFactory(format Format) (*ArtifactFactory, error)
func (ArtifactFactory) NewPublicKey ¶
func (a ArtifactFactory) NewPublicKey(r io.Reader) (PublicKey, error)
func (ArtifactFactory) NewSignature ¶
func (a ArtifactFactory) NewSignature(r io.Reader) (Signature, error)
Click to show internal directories.
Click to hide internal directories.