runtime

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data interface {
	Store(key string, value interface{}) error
	Load(key string) (interface{}, bool)
}

Data is the interface type to allow storage and retrieval of data across different actions.

type Maker

type Maker interface {
	MakeData() Data
	MakeBackgroundContext() context.Context
	MakeContextWithTimeout(ctx context.Context, timeout time.Duration) (context.Context, context.CancelFunc)
}

func CreateMaker

func CreateMaker(fnd app.Foundation) Maker

Jump to

Keyboard shortcuts

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