Versions in this module Expand all Collapse all v1 v1.0.2 Nov 7, 2022 v1.0.1 Nov 7, 2022 v1.0.0 Nov 7, 2022 Changes in this version + const ActivityJSONType + const HostMetaJSONEndpoint + const WebFingerEndpoint + type AnchorInfo struct + AnchorOrigin string + AnchorURI string + CanonicalReference string + type AnchorInfoRetriever struct + func NewAnchorInfoRetriever(r *registry.Registry) *AnchorInfoRetriever + func (r *AnchorInfoRetriever) GetAnchorInfo(did string) (*AnchorInfo, error) + type Config struct + DiscoveryDomains []string + DiscoveryMinimumResolvers int + HTTPSignPubKeys []PublicKey + OperationPath string + PubKeys []PublicKey + ResolutionPath string + ServiceEndpointURL *url.URL + ServiceID *url.URL + VerificationMethodType string + WebCASPath string + type ErrorResponse struct + Message string + type JRD struct + Links []Link + Properties map[string]interface{} + Subject string + type Link struct + Href string + Rel string + Template string + Type string + type Operation struct + func New(c *Config, p *Providers) (*Operation, error) + func (o *Operation) GetRESTHandlers() []common.HTTPHandler + type Providers struct + AnchorLinkStore anchorLinkStore + CAS cas + LogEndpointRetriever logEndpointRetriever + ResourceRegistry *registry.Registry + WebResolver webResolver + WebfingerClient webfingerClient + type PublicKey struct + ID string + Type kms.KeyType + Value []byte + type WellKnownResponse struct + OperationEndpoint string + ResolutionEndpoint string