package
0.0.20
Repository: https://github.com/redhat-developer/ocdev.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Delete deletes the project with name projectName and sets any other remaining project as the current project and returns the current project or "" if no current project is set and errors if any.
Checks whether a project with the given name exists or not projectName is the project name to perform check for The first returned parameter is a bool indicating if a project with the given name already exists or not The second returned parameter is the error that might occurs while execution.
GetCurrent return current project.
No description provided by the author
SetCurrent sets the projectName as current project.

# Structs

ApplicationInfo holds information about one project.