runtime

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultDatabase = ""
)

Functions

This section is empty.

Types

type Runnable

type Runnable[T any] interface {
	Run() ([]T, error)
}

func NewDefaultRunnable

func NewDefaultRunnable[T any](ksql *parser.KSQL, restConfig *rest.Config) Runnable[T]

type RunnableImpl

type RunnableImpl[T any] struct {
	// contains filtered or unexported fields
}

func (*RunnableImpl[T]) Delete

func (r *RunnableImpl[T]) Delete() ([]T, error)

func (*RunnableImpl[T]) Desc

func (r *RunnableImpl[T]) Desc() ([]T, error)

func (*RunnableImpl[T]) List

func (r *RunnableImpl[T]) List() ([]T, error)

func (RunnableImpl[T]) Run

func (r RunnableImpl[T]) Run() ([]T, error)

Jump to

Keyboard shortcuts

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