test

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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

func CheckoutCommit(url, commit, tempDir string) (string, error)

Types

type ComponentLanguage

type ComponentLanguage struct {
	Name       string   `json:"name"`
	Frameworks []string `json:"frameworks"`
	Tools      []string `json:"tools"`
}

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"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL