handler

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActionToEventType

func ActionToEventType(action string) registry.EventType

Types

type Registry

type Registry struct {
	// service id
	Id string
	// the publisher
	Publisher micro.Publisher
	// internal registry
	Registry registry.Registry
	// auth to verify clients
	Auth auth.Auth
}

func (*Registry) Deregister

func (r *Registry) Deregister(ctx context.Context, req *pb.Service, rsp *pb.EmptyResponse) error

Deregister a service

func (*Registry) GetService

func (r *Registry) GetService(ctx context.Context, req *pb.GetRequest, rsp *pb.GetResponse) error

GetService from the registry with the name requested

func (*Registry) ListServices

func (r *Registry) ListServices(ctx context.Context, req *pb.ListRequest, rsp *pb.ListResponse) error

ListServices returns all the services

func (*Registry) Register

func (r *Registry) Register(ctx context.Context, req *pb.Service, rsp *pb.EmptyResponse) error

Register a service

func (*Registry) Watch

Watch a service for changes

Jump to

Keyboard shortcuts

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