 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hooks ¶
type Hooks struct {
	// Build command is run before creating the zip file.
	Build string `json:"build"`
	// Clean command is run after creating the zip file.
	Clean string `json:"clean"`
	// Deploy command is run after builds and before deploys.
	Deploy string `json:"deploy"`
}
    Hooks supported by Apex.
 Click to show internal directories. 
   Click to hide internal directories.