Documentation
¶
Index ¶
- func Certificate(key gcf.BinaryLike, algorithms gcf.CatalogLike, tag gcf.TagLike, ...) abs.CertificateLike
- func Citation(tag gcf.TagLike, version gcf.VersionLike, protocol gcf.VersionLike, ...) abs.CitationLike
- func Contract(component gcf.ComponentLike, account gcf.TagLike, protocol gcf.VersionLike, ...) abs.ContractLike
- func Credential(salt gcf.BinaryLike, account gcf.TagLike, protocol gcf.VersionLike, ...) abs.CredentialLike
- func Record(attributes gcf.CatalogLike, type_ abs.TypeLike, tag gcf.TagLike, ...) abs.RecordLike
- func Type(name gcf.MonikerLike, context gcf.ContextLike) abs.TypeLike
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Certificate ¶
func Certificate( key gcf.BinaryLike, algorithms gcf.CatalogLike, tag gcf.TagLike, version gcf.VersionLike, previous abs.CitationLike, ) abs.CertificateLike
This constructor creates a new certificate.
func Citation ¶
func Citation( tag gcf.TagLike, version gcf.VersionLike, protocol gcf.VersionLike, digest gcf.BinaryLike, ) abs.CitationLike
This constructor creates a new citation.
func Contract ¶
func Contract( component gcf.ComponentLike, account gcf.TagLike, protocol gcf.VersionLike, certificate abs.CitationLike, ) abs.ContractLike
This constructor creates a new contract.
func Credential ¶
func Credential( salt gcf.BinaryLike, account gcf.TagLike, protocol gcf.VersionLike, certificate abs.CitationLike, ) abs.CredentialLike
This constructor creates a new credential.
func Record ¶
func Record( attributes gcf.CatalogLike, type_ abs.TypeLike, tag gcf.TagLike, version gcf.VersionLike, permissions gcf.MonikerLike, previous abs.CitationLike, ) abs.RecordLike
This constructor creates a new record.
func Type ¶
func Type( name gcf.MonikerLike, context gcf.ContextLike, ) abs.TypeLike
This constructor creates a new type component.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.