applist

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InternalApplicationList

type InternalApplicationList struct {
	ListID            string              `json:"listId,omitempty"`
	Name              string              `json:"name"`
	Type              string              `json:"type"`
	Description       string              `json:"description,omitempty"`
	Entries           []InternalEntry     `json:"entries,omitempty"`
	LastUpdated       *int64              `json:"lastUpdated,omitempty"`
	Owner             string              `json:"owner,omitempty"`
	ReadOnly          bool                `json:"readOnly"`
	Version           string              `json:"version,omitempty"`
	Endpoint          InternalEndpoint    `json:"endpoint"`
	IsCustomApp       bool                `json:"isCustomApp"`
	InfoTag           string              `json:"infoTag"`
	ReferenceCount    int                 `json:"referenceCount"`
	References        []InternalReference `json:"references"`
	ActivatedID       []string            `json:"activatedId"`
	ActivatedByVSmart bool                `json:"isActivatedByVsmart"`
}

func NewInternalApplicationList

func NewInternalApplicationList(l *al.ApplicationList) *InternalApplicationList

func (*InternalApplicationList) ToApplicationList

func (l *InternalApplicationList) ToApplicationList() *al.ApplicationList

type InternalEndpoint

type InternalEndpoint struct {
	Type  string `json:"type"`
	Value string `json:"value"`
}

type InternalEntry

type InternalEntry struct {
	App    string `json:"app"`
	AppRef string `json:"appRef"`
}

type InternalReference

type InternalReference struct {
	ID   string `json:"id"`
	Type string `json:"type"`
}

Jump to

Keyboard shortcuts

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