Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyExecutor ¶
type DummyExecutor struct{}
func (DummyExecutor) Execute ¶
func (e DummyExecutor) Execute(_ context.Context, req DummyRequest) (DummyResponse, error)
type DummyRequest ¶
type DummyRequest struct {
ID string
}
type DummyResponse ¶
type EchoRequest ¶
type EchoRequest string
type EchoRequestHandler ¶
type EchoRequestHandler struct{}
func (EchoRequestHandler) Handle ¶
func (h EchoRequestHandler) Handle(_ context.Context, req EchoRequest) (EchoResponse, error)
type EchoResponse ¶
type EchoResponse string
type LogEventHandler ¶
type LogEventHandler struct{}
Click to show internal directories.
Click to hide internal directories.