 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
******************************************************************************
- Copyright (c) 2022 Red Hat, Inc.
- Distributed under license by Red Hat, Inc. All rights reserved.
- This program is made available under the terms of the
- Eclipse Public License v2.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v20.html *
- Contributors:
- Red Hat, Inc. *****************************************************************************
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckoutCommit ¶
Types ¶
type ComponentLanguage ¶
type ComponentProperties ¶
type ComponentProperties struct {
	Languages []ComponentLanguage `json:"languages"`
	Ports     []int               `json:"ports"`
	Name      string              `json:"name"`
}
    type GitTestProperties ¶
type GitTestProperties struct {
	Branch     string                `json:"branch"`
	Commit     string                `json:"commit"`
	Components []ComponentProperties `json:"components"`
	Directory  string                `json:"directory"`
}
     Click to show internal directories. 
   Click to hide internal directories.