tracker

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RichClient *binding.RichClient
	Tracker    binding.Tracker
	Identity   binding.Identity
)
View Source
var Samples = []api.Tracker{
	{
		Name:        "Sample tracker",
		URL:         "https://konveyor.io/test/api/tracker",
		Kind:        "jira-onprem",
		Message:     "Description of tracker",
		LastUpdated: time.Date(time.Now().Year(), time.Now().Month(), time.Now().Day(), 0, 0, 0, 0, time.Local),
		Identity: api.Ref{
			ID:   1,
			Name: "Sample Tracker Identity",
		},
		Insecure: false,
	},
	{
		Name:        "Sample tracker1",
		URL:         "https://konveyor.io/test/api/tracker1",
		Kind:        "jira-cloud",
		Message:     "Description of tracker1",
		LastUpdated: time.Date(time.Now().Year(), time.Now().Month(), time.Now().Day(), 0, 0, 0, 0, time.Local),
		Identity: api.Ref{
			ID:   2,
			Name: "Sample Tracker Identity1",
		},
		Insecure: false,
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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