Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorGraph ¶
AnchorGraph interface to access did anchors.
type CASResolver ¶ added in v0.1.1
type CASResolver interface {
Resolve(webCASURL *url.URL, cid string, data []byte) ([]byte, string, error)
}
CASResolver interface to resolve cid. Returns the content and a hashlink to the local CAS store.
type OperationStore ¶
type OperationStore interface { Get(suffix string) ([]*operation.AnchoredOperation, error) Put(ops []*operation.AnchoredOperation) error }
OperationStore interface to access operation store.
Click to show internal directories.
Click to hide internal directories.