Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
SetFilename(filename string)
Filename() string
Sourcecode() (string, error)
LanguageType() Type
Valid() bool
Build(ctx context.Context) error
Compare(ctx context.Context, input string, output string) (string, error)
}
func NewController ¶
func NewController(rawLanguageType string) (Controller, error)
Click to show internal directories.
Click to hide internal directories.