checkmatlabcode

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2026 License: BSD-3-Clause Imports: 4 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 {
	ScriptPath string
}

type PathValidator

type PathValidator interface {
	ValidateMATLABScript(filePath string) (string, error)
}

type ReturnArgs

type ReturnArgs struct {
	CheckCodeOutput []string
}

type Usecase

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

func New

func New(
	pathValidator PathValidator,
) *Usecase

func (*Usecase) Execute

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

Jump to

Keyboard shortcuts

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