cloudx

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachConfigurationRequestBody

type AttachConfigurationRequestBody struct {
	SiteList []int `json:"siteList"`
	IsEdited bool  `json:"isEdited"`
}

func NewAttachConfigurationRequestBody

func NewAttachConfigurationRequestBody(siteIDs []int) *AttachConfigurationRequestBody

type InternalApplication

type InternalApplication struct {
	AppType       string `json:"appType"`
	LongName      string `json:"longName"`
	IsCustomApp   bool   `json:"isCustomApp"`
	TotalSites    int    `json:"totalSites"`
	GoodSites     int    `json:"goodSites"`
	BadSites      int    `json:"badSites"`
	AverageSites  int    `json:"averageSites"`
	PolicyEnabled bool   `json:"policyEnabled"`
	AppVPNList    string `json:"appVpnList"`
}

func FilterAppsToDisable

func FilterAppsToDisable(curr []*InternalApplication, names []string) []*InternalApplication

func (*InternalApplication) ToApplication

func (a *InternalApplication) ToApplication() *cx.Application

type InternalDevice

type InternalDevice struct {
	SiteID string `json:"site-id"`
}

type UpdateApplicationsRequestBody

type UpdateApplicationsRequestBody struct {
	AppList []InternalApplication `json:"appList"`
}

func NewUpdateApplicationRequestBody

func NewUpdateApplicationRequestBody(apps []*cx.Application) *UpdateApplicationsRequestBody

Jump to

Keyboard shortcuts

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