Documentation ¶
Index ¶
- func GetBlocksAndPodsBasedOnScales(jwtToken string) ([]response.ScalesKey, error)
- func GetBlocksBasedOnBlockTypes(jwtToken string) ([]response.BlockTypesKey, error)
- func GetFilteredSystemKeysBlocksAndPods(jwtToken string) ([]response.FilteredKey, error)
- func GetFilteredUserKeysBlocksAndPods(jwtToken string) ([]response.FilteredKey, error)
- func GetPodsBasedOnPodTypes(jwtToken string) ([]response.PodTypesKey, error)
- func GetSystemKeysBlocksAndPods(jwtToken string) ([]response.UserKey, error)
- func GetTasksByStatus(jwtToken string) ([]response.TasksStatusKey, error)
- func GetUserKeysBlocksAndPods(jwtToken string) ([]response.UserKey, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlocksBasedOnBlockTypes ¶
func GetBlocksBasedOnBlockTypes(jwtToken string) ([]response.BlockTypesKey, error)
func GetFilteredSystemKeysBlocksAndPods ¶
func GetFilteredSystemKeysBlocksAndPods(jwtToken string) ([]response.FilteredKey, error)
func GetFilteredUserKeysBlocksAndPods ¶
func GetFilteredUserKeysBlocksAndPods(jwtToken string) ([]response.FilteredKey, error)
func GetPodsBasedOnPodTypes ¶
func GetPodsBasedOnPodTypes(jwtToken string) ([]response.PodTypesKey, error)
func GetTasksByStatus ¶
func GetTasksByStatus(jwtToken string) ([]response.TasksStatusKey, error)
Types ¶
This section is empty.
Source Files ¶
- dashboard.2.1.get_user_keys_blocks_and_pods.go
- dashboard.2.2.get_system_keys_blocks_and_pods.go
- dashboard.2.3.get_filtered_user_keys_blocks_and_pods.go
- dashboard.2.4.get_filtered_system_keys_blocks_and_pods.go
- dashboard.2.5.get_blocks_based_on_block_types.go
- dashboard.2.6.get_pods_based_on_pod_types.go
- dashboard.2.7.get_blocks_and_pods_based_on_scales.go
- dashboard.2.8.get_tasks_by_status.go
Click to show internal directories.
Click to hide internal directories.