Documentation ¶ Index ¶ type AppInfo type AppInfoSvc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AppInfo ¶ type AppInfo interface { Id() string Name() string DisplayName() string Type() string } type AppInfoSvc ¶ type AppInfoSvc interface { GetApplications() ([]AppInfo, error) // GetApplication - key can mean different things to different providers GetApplication(key string) (AppInfo, error) } Source Files ¶ View all Source files apps.go Click to show internal directories. Click to hide internal directories.