operator

package
v0.0.0-...-1f0b4e7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Operator

type Operator interface {
	// 特定算子的调用逻辑
	Handler(in interface{}) (interface{}, error)
	// 算子注册到框架的名称
	Register() string
}

type TypeError

type TypeError struct {
}

func (*TypeError) Error

func (t *TypeError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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