Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the name of this frontend.
Name = "empty"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GAPI ¶
type GAPI struct {
// contains filtered or unexported fields
}
GAPI implements the main lang GAPI interface.
func (*GAPI) Cli ¶
Cli takes a cli.Context, and returns our GAPI if activated. All arguments should take the prefix of the registered name. On activation, if there are any validation problems, you should return an error. If this was not activated, then you should return a nil GAPI and a nil error.
Click to show internal directories.
Click to hide internal directories.