# Functions
CheckAndGetCurrPkg checks if this project's repository path is rooted under $GOPATH and returns the current directory's import path e.g: "github.com/example-inc/app-operator".
GetOperatorType returns type of operator is in cwd This function should be called after verifying the user is in project root e.g: "go", "ansible".
No description provided by the author
MustInProjectRoot checks if the current dir is the project root and returns the current repo's import path e.g github.com/example-inc/app-operator.
# Constants
No description provided by the author
OperatorTypeAnsible - ansible type of operator.
OperatorTypeGo - golang type of operator.
No description provided by the author
# Type aliases
OperatorType - the type of operator.