engine

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

func New

func New(heartbeat app.Heartbeat, runtime Runtime, io IO, logger app.Logger) *Engine

func (*Engine) Close

func (engine *Engine) Close(ctx context.Context) error

func (*Engine) Start

func (engine *Engine) Start(ctx context.Context, input StartEngineInput)

type IO

type IO interface {
	Reader
	Writer
}

type Inbox

type Inbox interface {
	Next(context.Context) (app.Message, error)
}

type Reader

type Reader interface {
	Read(context.Context) error
}

type Runtime

type Runtime interface {
	Run(context.Context) error
}

type StartEngineInput

type StartEngineInput struct {
	Timeout time.Duration
}

type Writer

type Writer interface {
	Write(context.Context) error
}

Jump to

Keyboard shortcuts

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