Documentation ¶ Index ¶ func ClusterSummary(ctx context.Context, OrganizationSlug string, ClusterID string, ...) (string, error) type Cluster func QueryCluster(ctx context.Context, OrganizationSlug string, ClusterID string, ...) (*Cluster, error) type Queue 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 } Source Files ¶ View all Source files cluster.goquery.goview.go Click to show internal directories. Click to hide internal directories.