Versions in this module Expand all Collapse all v0 v0.26.18 Sep 7, 2018 Changes in this version + type InventoryClient struct + BasicAuthPassword string + BasicAuthUsername string + EscapeToken string + InsecureSkipVerify bool + func NewRemoteClient(escapeToken, basicAuthUsername, basicAuthPassword string, ...) *InventoryClient + func (c *InventoryClient) DELETE_with_authentication(url string) (*http.Response, error) + func (c *InventoryClient) GET(url string) (*http.Response, error) + func (c *InventoryClient) GET_with_authentication(url string) (*http.Response, error) + func (c *InventoryClient) GET_with_basic_authentication(url, username, password string) (*http.Response, error) + func (c *InventoryClient) GetHTTPClient() *http.Client + func (c *InventoryClient) NewRequest(method, url string, reader io.Reader) (*http.Request, error) + func (c *InventoryClient) POST_file_with_authentication(url, path string) (*http.Response, error) + func (c *InventoryClient) POST_json(url string, data interface{}) (*http.Response, error) + func (c *InventoryClient) POST_json_with_authentication(url string, data interface{}) (*http.Response, error) + func (c *InventoryClient) PUT_json_with_authentication(url string, data interface{}) (*http.Response, error) + type ServerEndpoints struct + func NewServerEndpoints(apiServer string) *ServerEndpoints + func (s *ServerEndpoints) ApiServer() string + func (s *ServerEndpoints) AuthMethods(baseUrl string) string + func (s *ServerEndpoints) DeleteDeploymentState(project, environment, deployment string) string + func (s *ServerEndpoints) DownloadRelease(project, name, version string) string + func (s *ServerEndpoints) ListApplications(project string) string + func (s *ServerEndpoints) ListProjects() string + func (s *ServerEndpoints) NextReleaseVersion(project, name, prefix string) string + func (s *ServerEndpoints) PreviousReleaseQuery(project, name, version string) string + func (s *ServerEndpoints) ProjectEnvironmentState(project, environment string) string + func (s *ServerEndpoints) ProjectNameQuery(project, name string) string + func (s *ServerEndpoints) ProjectQuery(project string) string + func (s *ServerEndpoints) ProjectReleaseQuery(project, name, version string) string + func (s *ServerEndpoints) RegisterPackage(project string) string + func (s *ServerEndpoints) ReleaseQuery(project, name, version string) string + func (s *ServerEndpoints) UpdateDeploymentState(project, environment, deployment string) string + func (s *ServerEndpoints) UploadRelease(project, name, version string) string