Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the implementation of the application service
func NewService ¶
NewService returns an initialized instance of the service
func (Service) All ¶
func (s Service) All(ctx context.Context, req *pb.ReadApplications) (*pb.ApplicationsRead, error)
All gets all applications currently found in each cluster and their status
Click to show internal directories.
Click to hide internal directories.