# Functions

NewOIDURNValue constructs a new OIDURNValue given the OID (e.g.
NewURL constructs a new URL wrapped around url.URL.

# Structs

Endpoint is a JSON marshalable implementation of an endpoint as specified by RFC006 Distributed Registry.
OIDURNValue is a URN in the OID scheme in the format of `urn:oid:(some-oid):(some-value)`.
Organization is a JSON marshalable implementation of an organization as specified by RFC006 Distributed Registry.
Service is a JSON marshalable implementation of an service as specified by RFC006 Distributed Registry.
URL wraps url.URL to aid JSON marshaling.
Vendor is a JSON marshalable implementation of a vendor as specified by RFC006 Distributed Registry.

# Interfaces

Proof is a container for a cryptographic proof (TODO).