query

package
v0.0.0-...-b6dc9e9 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bus

type Bus interface {
	DispatchQuery(context.Context, Query) (QueryResponse, error)
	RegisterQuery(Type, QueryHandler)
}

type Query

type Query interface {
	Type() Type
}

type QueryHandler

type QueryHandler interface {
	Handle(context.Context, Query) (QueryResponse, error)
}

type QueryResponse

type QueryResponse interface{}

type Type

type Type string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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