Versions in this module Expand all Collapse all v0 v0.1.0 Nov 13, 2019 Changes in this version + var ErrDidMethodNotSupported = errors.New("did method not supported") + type DidMethod interface + Accept func(method string) bool + Get func(id string) (*did.Doc, error) + Put func(doc *did.Doc, by *[]ModifiedBy) error + type ModifiedBy struct + Key string + Sig string + type Storage interface + Get func(id string) (*did.Doc, error) + Put func(doc *did.Doc) error