shared

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAllLibraryVariableSets added in v1.3.0

func GetAllLibraryVariableSets(client *client.Client) ([]*variables.LibraryVariableSet, error)

func GetAllProjects

func GetAllProjects(client *client.Client) ([]*projects.Project, error)

func GetAllSpaces

func GetAllSpaces(client client.Client) ([]*spaces.Space, error)

func GetAllTeams

func GetAllTeams(client client.Client) ([]*teams.Team, error)

func GetAllTenants

func GetAllTenants(client *client.Client) ([]*tenants.Tenant, error)

func GetAllUsers

func GetAllUsers(client client.Client) ([]*users.User, error)

func GetProject

func GetProject(client *client.Client, identifier string) (*projects.Project, error)

func GetTenant

func GetTenant(client *client.Client, identifier string) (*tenants.Tenant, error)

Types

type GetAllLibraryVariableSetsCallback added in v1.3.0

type GetAllLibraryVariableSetsCallback func() ([]*variables.LibraryVariableSet, error)

type GetAllProjectsCallback

type GetAllProjectsCallback func() ([]*projects.Project, error)

type GetAllSpacesCallback

type GetAllSpacesCallback func() ([]*spaces.Space, error)

type GetAllTeamsCallback

type GetAllTeamsCallback func() ([]*teams.Team, error)

type GetAllTenantsCallback

type GetAllTenantsCallback func() ([]*tenants.Tenant, error)

type GetAllUsersCallback

type GetAllUsersCallback func() ([]*users.User, error)

type GetProjectCallback

type GetProjectCallback func(identifier string) (*projects.Project, error)

type GetProjectProgression

type GetProjectProgression func(project *projects.Project) (*projects.Progression, error)

type GetTenantCallback

type GetTenantCallback func(identifier string) (*tenants.Tenant, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL