cluster

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClusterSummary

func ClusterSummary(ctx context.Context, OrganizationSlug string, ClusterID string, f *factory.Factory) (string, error)

Types

type Cluster

type Cluster struct {
	OrganizationSlug string
	ClusterID        string
	Queues           []Queue
	Name             string
	Description      string
}

func QueryCluster

func QueryCluster(ctx context.Context, OrganizationSlug string, ClusterID string, f *factory.Factory) (*Cluster, error)

type Queue

type Queue struct {
	Id           string
	Name         string
	ActiveAgents int
}

Jump to

Keyboard shortcuts

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