Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Client *binding.Client RichClient *binding.RichClient Application binding.Application )
View Source
var ( Minimal = api.Application{ Name: "Minimal application", } PathfinderGit = api.Application{ Name: "Pathfinder", Description: "Tackle Pathfinder application.", Repository: &api.Repository{ Kind: "git", URL: "https://github.com/konveyor/tackle-pathfinder.git", Branch: "1.2.0", }, } Samples = []api.Application{Minimal, PathfinderGit} )
Set of valid Application resources for tests and reuse. Important: initialize test application from this samples, not use it directly to not affect other tests.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.