resolveHandle

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2024 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ServeHTTP

func ServeHTTP(h Handler) http.HandlerFunc

Types

type Handler

type Handler interface {
	IdentityResolveHandle(context.Context, *Query) (*Output, error)
}

type Output

type Output struct {
	DID string `json:"did"`
}

func (Output) XRPCType

func (o Output) XRPCType() string

type Query

type Query struct {
	Handle *string `json:"handle"`
}

func (Query) XRPCType

func (q Query) XRPCType() string

Jump to

Keyboard shortcuts

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