utils

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoHandlerFound = fmt.Errorf("no handler exists for this application")

Functions

This section is empty.

Types

type ClientHandlerRouter

type ClientHandlerRouter interface {
	AddClientHandler(applicationId string, handler funcie.Handler) error
	RemoveClientHandler(applicationId string) error
	Handle(ctx context.Context, message *funcie.Message) (*funcie.Response, error)
}

func NewClientHandlerRouter

func NewClientHandlerRouter() ClientHandlerRouter

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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