Versions in this module Expand all Collapse all v0 v0.0.1 Feb 27, 2021 Changes in this version + func SelectionPrompt(envDetails []api.EnvDetails) string + type Controller struct + func (c *Controller) Access() + func (c *Controller) Deploy(envId string, blockName string) + func (c *Controller) Environment() + func (c *Controller) EnvironmentAccess(envId ...string) + func (c *Controller) GetAvailableEnvNames(enableLocalGitCheck bool) []api.EnvDetails + func (c *Controller) GetBlocksToForward(envId string) []api.RemoteConfig + func (c *Controller) GetBlocksToTeleport(envId string) ([]api.RemoteConfig, string) + func (c *Controller) GetEnvWithId(envId string) *types.Environment + func (c *Controller) Init(kintoCoreHost string) + func (c *Controller) ServiceAccess(envId string, blockId string) + func (c *Controller) Services(envId ...string) + func (c *Controller) Status() + func (c *Controller) Teleport() + func (c Controller) Version() + type ControllerInterface interface + Access func() + Deploy func(envId string, blockName string) + Environment func() + EnvironmentAccess func(envId ...string) + Init func(kintoCoreHost string) + ServiceAccess func(envId string, blockId string) + Services func(envId ...string) + Status func() + Teleport func() + Version func() + func NewControllerOrDie(api api.ApiInterface) ControllerInterface