handlerinitialiser

package
v0.322.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrpcHandlerInitialiser

type GrpcHandlerInitialiser interface {
	RegisterServer(ctx context.Context, server *grpc.Server)
}

type HandlerInitialiser

type HandlerInitialiser interface {
	WireRoutes(ctx context.Context, r chi.Router)
	Name() string        // Human-friendly name of the service
	Config() interface{} // Reference to config for this service.
}

Jump to

Keyboard shortcuts

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