Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProjectRestClient ¶
NewProjectRestClient returns a new projectRestClient satisfying the api.ProjectInterface interface via the REST API.
Types ¶
type ProjectClient ¶
type ProjectClient interface {
ListAllEnvironmentVariables(vcs, org, project string) ([]*ProjectEnvironmentVariable, error)
}
ProjectClient is the interface to interact with project and it's components.
type ProjectEnvironmentVariable ¶
ProjectEnvironmentVariable is a Environment Variable of a Project
Click to show internal directories.
Click to hide internal directories.