Versions in this module Expand all Collapse all v0 v0.1.0 Nov 13, 2019 Changes in this version + type DIDCreator struct + func New(provider provider, opts ...Option) (*DIDCreator, error) + func (dc *DIDCreator) Create(didMethod string, opts ...api.DocOpts) (*did.Doc, error) + type Option func(opts *DIDCreator) + func WithCreatorKeyType(keyType string) Option + func WithCreatorServiceEndpoint(serviceEndpoint string) Option + func WithCreatorServiceType(serviceType string) Option + func WithDidMethod(method api.DidMethod) Option