Documentation ¶ Index ¶ type Pipe func (Pipe) Default(ctx *context.Context) error func (Pipe) Run(ctx *context.Context) error func (Pipe) Skip(ctx *context.Context) bool func (Pipe) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Pipe ¶ type Pipe struct{} Pipe for archive. func (Pipe) Default ¶ func (Pipe) Default(ctx *context.Context) error func (Pipe) Run ¶ func (Pipe) Run(ctx *context.Context) error Run verifies if gcc, g++, and cmake are installed (version check not included) Reason: Application-specific version requirements vary significantly Only check existence; ctx is reserved for future use (not used currently) func (Pipe) Skip ¶ func (Pipe) Skip(ctx *context.Context) bool func (Pipe) String ¶ func (Pipe) String() string Source Files ¶ View all Source files detect.go Click to show internal directories. Click to hide internal directories.