Versions in this module Expand all Collapse all v0 v0.1.0 Nov 13, 2019 Changes in this version + type DIDStore struct + func New(opts ...Opt) *DIDStore + func (d *DIDStore) Get(id string) (*did.Doc, error) + func (d *DIDStore) Put(doc *did.Doc) error + type Opt func(opts *didStoreOpts) + func WithDidMethod(method didstore.DidMethod) Opt