Documentation ¶ Index ¶ type ApplicationServicesLite func GetAll(ctx context.Context, service *zscaler.Service) ([]ApplicationServicesLite, error) func GetByName(ctx context.Context, service *zscaler.Service, serviceName string) (*ApplicationServicesLite, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ApplicationServicesLite ¶ type ApplicationServicesLite struct { ID int `json:"id"` Name string `json:"name,omitempty"` NameL10nTag bool `json:"nameL10nTag"` } func GetAll ¶ func GetAll(ctx context.Context, service *zscaler.Service) ([]ApplicationServicesLite, error) func GetByName ¶ func GetByName(ctx context.Context, service *zscaler.Service, serviceName string) (*ApplicationServicesLite, error) Source Files ¶ View all Source files applicationservices.go Click to show internal directories. Click to hide internal directories.