Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frontend ¶
type Frontend interface { // MustRun is the method where the frontend implementation tells the // core code that this frontend wants to run MustRun(args *args.Args) bool // Run is the actual entry point Run(md *model.SystemInstall, rootDir string, args args.Args) (bool, error) }
Frontend is the common interface for the frontend entry point
Click to show internal directories.
Click to hide internal directories.