base

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IOp

type IOp interface {
	OnExec(ctx context.Context) error
	SetError(err error)
	GetError() error
	WaitDone(ctx context.Context) error
	Waitable() bool
	GetCreateTime() time.Time
	GetStartTime() time.Time
	GetEndTime() time.Time
	GetExecutTime() int64
	AddObserver(Observer)
}

type IOpInternal

type IOpInternal interface {
	PreExecute() error
	Execute(ctx context.Context) error
	PostExecute() error
}

type Observer

type Observer interface {
	OnExecDone(any)
}

Jump to

Keyboard shortcuts

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