Documentation ¶ Index ¶ func Exec(command Command) error type Command Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Exec ¶ func Exec(command Command) error Types ¶ type Command ¶ type Command interface { // Runs the command Run() error // Returns the Server details. The usage report is sent to this server. ServerDetails() (*config.ServerDetails, error) // The command name for the usage report. CommandName() string } Source Files ¶ View all Source files command.go Directories ¶ Show internal Expand all Path Synopsis buildinfo container curl distribution dotnet generic golang gradle mvn npm permissiontarget pip replication repository usersmanagement utils Click to show internal directories. Click to hide internal directories.