Documentation
¶
Index ¶
- type OctopusClient
- func (o OctopusClient) GetAllResources(resourceType string, resources any, queryParams ...[]string) (funcErr error)
- func (o OctopusClient) GetResource(resourceType string, resources any) (exists bool, funcErr error)
- func (o OctopusClient) GetResourceById(resourceType string, id string, resources any) (exists bool, funcErr error)
- func (o OctopusClient) GetSpace(resources *octopus2.Space) (funcErr error)
- func (o OctopusClient) GetSpaceBaseUrl() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OctopusClient ¶
func (OctopusClient) GetAllResources ¶
func (o OctopusClient) GetAllResources(resourceType string, resources any, queryParams ...[]string) (funcErr error)
func (OctopusClient) GetResource ¶
func (o OctopusClient) GetResource(resourceType string, resources any) (exists bool, funcErr error)
func (OctopusClient) GetResourceById ¶
func (OctopusClient) GetSpace ¶
func (o OctopusClient) GetSpace(resources *octopus2.Space) (funcErr error)
func (OctopusClient) GetSpaceBaseUrl ¶
func (o OctopusClient) GetSpaceBaseUrl() (string, error)
Click to show internal directories.
Click to hide internal directories.