api

package
v2.9.4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Name of the auth api
	Name = "go.micro.api.auth"
	// Address is the api address
	Address = ":8011"
)

Functions

func Run

func Run(ctx *cli.Context, srvOpts ...micro.Option)

Run the micro auth api

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler is an impementation of the auth api

func NewHandler

func NewHandler(srv micro.Service) *Handler

NewHandler returns an initialized Handler

func (*Handler) Verify

func (h *Handler) Verify(ctx context.Context, req *pb.VerifyRequest, rsp *pb.VerifyResponse) error

Verify gets a token and verifies it with the auth package

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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