Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
Domain records one upstream proof or wire-compatibility area and its local implementation status.
type Manifest ¶
type Manifest struct {
SourceRepo string
SourceTag string
PublishedAt string
Compatibility string
Domains []Domain
}
Manifest records the upstream libsignal release used as the compatibility source for Encrypted Spaces wire and proof domains.
func CurrentManifest ¶
func CurrentManifest() Manifest
CurrentManifest returns the pinned upstream source for this module.
Click to show internal directories.
Click to hide internal directories.