Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lister ¶
type Lister interface {
// List lists all applications that should be handled by this piped.
// All disabled applications will be ignored.
List() []*model.Application
// ListByPlatformProvider lists all applications for a given cloud provider name.
ListByPlatformProvider(name string) []*model.Application
// Get retrieves a specifiec deployment for the given id.
Get(id string) (*model.Application, bool)
}
Lister helps list and get application. All objects returned here must be treated as read-only.
Click to show internal directories.
Click to hide internal directories.