Documentation
¶
Index ¶
Constants ¶
View Source
const (
APIStringTypeEnvironment = "environments"
)
Variables ¶
This section is empty.
Functions ¶
func ConvertEnvironment ¶
func ConvertEnvironment(env *environment.Environment) *app.Environment
func ConvertEnvironments ¶
func ConvertEnvironments(envs []*environment.Environment) *app.EnvironmentsList
Types ¶
type EnvironmentController ¶
type EnvironmentController struct { *goa.Controller // contains filtered or unexported fields }
func NewEnvironmentController ¶
func NewEnvironmentController(service *goa.Service, db application.DB, authService auth.AuthService, clusterService clusterclient.Service) *EnvironmentController
func (*EnvironmentController) Create ¶
func (c *EnvironmentController) Create(ctx *app.CreateEnvironmentContext) error
func (*EnvironmentController) List ¶
func (c *EnvironmentController) List(ctx *app.ListEnvironmentContext) error
func (*EnvironmentController) Show ¶
func (c *EnvironmentController) Show(ctx *app.ShowEnvironmentContext) error
type GormDBChecker ¶
type GormDBChecker struct {
// contains filtered or unexported fields
}
func (*GormDBChecker) Ping ¶
func (c *GormDBChecker) Ping() error
type StatusController ¶
type StatusController struct { *goa.Controller // contains filtered or unexported fields }
func NewStatusController ¶
func NewStatusController(service *goa.Service, dbChecker DBChecker, config statusConfig) *StatusController
func (*StatusController) Show ¶
func (c *StatusController) Show(ctx *app.ShowStatusContext) error
Click to show internal directories.
Click to hide internal directories.