diddochandler

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2020 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Overview

Package diddochandler DID document API.

Terms Of Service:

Schemes: http, https
Host: 127.0.0.1:8080
Version: 0.1.0
License: SPDX-License-Identifier: Apache-2.0

Consumes:
- application/did+ld+json

Produces:
- application/did+ld+json

swagger:meta

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResolveHandler

type ResolveHandler struct {
	*dochandler.ResolveHandler
	// contains filtered or unexported fields
}

ResolveHandler resolves DID documents

func NewResolveHandler

func NewResolveHandler(basePath string, resolver dochandler.Resolver) *ResolveHandler

NewResolveHandler returns a new DID document resolve handler

func (*ResolveHandler) Handler

Handler returns the handler

func (*ResolveHandler) Method

func (h *ResolveHandler) Method() string

Method returns the HTTP method

func (*ResolveHandler) Path

func (h *ResolveHandler) Path() string

Path returns the context path

type UpdateHandler

type UpdateHandler struct {
	*dochandler.UpdateHandler
	// contains filtered or unexported fields
}

UpdateHandler handles the creation and update of DID documents

func NewUpdateHandler

func NewUpdateHandler(basePath string, processor dochandler.Processor) *UpdateHandler

NewUpdateHandler returns a new DID document update handler

func (*UpdateHandler) Handler

Handler returns the handler

func (*UpdateHandler) Method

func (h *UpdateHandler) Method() string

Method returns the HTTP method

func (*UpdateHandler) Path

func (h *UpdateHandler) Path() string

Path returns the context path

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL