evalcustomtool

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	Function      string
	Order         []string
	ArgumentTypes map[string]string
	Arguments     map[string]any
	CaptureOutput bool
}

type FunctionCallAssembler

type FunctionCallAssembler interface {
	Assemble(args functioncall.Args) (string, error)
}

type Usecase

type Usecase struct {
	// contains filtered or unexported fields
}

func New

func New(functionCallAssembler FunctionCallAssembler) *Usecase

func (*Usecase) Execute

func (u *Usecase) Execute(ctx context.Context, sessionLogger entities.Logger, client entities.MATLABSessionClient, request Args) (entities.EvalResponse, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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