manager

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncQueryMsg

type AsyncQueryMsg struct {
	StartedAt time.Time
	Buffer    buffer.StreamBuffer
}

type Option

type Option func(*QueryManager)

func WithRangeOpts

func WithRangeOpts(opts engine.RangeOpts) Option

func WithSingleOpts

func WithSingleOpts(opts engine.SingleOpts) Option

func WithWrite

func WithWrite(write bool) Option

type QueryManager

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

func New

func New(ctx context.Context, eg engine.Engine, opts ...Option) QueryManager

func (*QueryManager) Cancel added in v0.4.0

func (x *QueryManager) Cancel()

func (*QueryManager) Query

func (x *QueryManager) Query(str string) func() tea.Msg

Jump to

Keyboard shortcuts

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