c

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateThread

func NewCreateThread() models.ObjectModel

this is used specifically for cmd list

func NewExecuteFP

func NewExecuteFP() models.ObjectModel

this is used specifically for cmd list

Types

type CreateThread

type CreateThread struct {
	Name        string
	Description string
	Key         string
	Debug       bool
}

taken from go implmentation

func (*CreateThread) GetImports

func (e *CreateThread) GetImports() []string

func (*CreateThread) RenderFunctionCode

func (e *CreateThread) RenderFunctionCode(data embed.FS) (string, error)

taken from go implementation

func (*CreateThread) RenderInstanciationCode

func (e *CreateThread) RenderInstanciationCode(data embed.FS) (string, error)

taken from go implementation

type ExecuteFP

type ExecuteFP struct {
	Name        string
	Description string
	Key         string
	Debug       bool
}

taken from go implmentation

func (*ExecuteFP) GetImports

func (e *ExecuteFP) GetImports() []string

func (*ExecuteFP) RenderFunctionCode

func (e *ExecuteFP) RenderFunctionCode(data embed.FS) (string, error)

taken from go implementation

func (*ExecuteFP) RenderInstanciationCode

func (e *ExecuteFP) RenderInstanciationCode(data embed.FS) (string, error)

taken from go implementation

Jump to

Keyboard shortcuts

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