Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DIDAddress string
)
Functions ¶
func GetHandler ¶
func GetHandler(did string) (ret middleware.Responder)
Types ¶
type DID ¶
type DID interface { CreateDID(did, didHash, url string) (hash string, err error) DeleteDID(did string) (hash string, err error) UpdateHash(did, didHash string) (hash string, err error) UpdateUri(did, uri string) (hash string, err error) GetHash(did string) (hash string, err error) GetUri(did string) (uri string, err error) }
Click to show internal directories.
Click to hide internal directories.