controller

package
v0.1.37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2021 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

func New

func New() *Controller

func (*Controller) ConfirmBrowserOpen

func (c *Controller) ConfirmBrowserOpen(spinnerMsg string, url string) error

func (*Controller) CreatePlugin

func (c *Controller) CreatePlugin(ctx context.Context, req *entity.CreatePluginRequest) (*entity.Plugin, error)

func (*Controller) CreateProject

func (c *Controller) CreateProject(ctx context.Context, req *entity.CreateProjectRequest) (*entity.Project, error)

CreateProject creates a project specified by the project request, error otherwise

func (*Controller) CreateProjectFromTemplate added in v0.1.35

CreateProjectFromTemplate creates a project from template specified by the project request, error otherwise

func (*Controller) GetAvailablePlugins

func (c *Controller) GetAvailablePlugins(ctx context.Context, projectId string) ([]string, error)

func (*Controller) GetEnvs

func (c *Controller) GetEnvs(ctx context.Context) (*entity.Envs, error)

func (*Controller) GetLatestVersion

func (c *Controller) GetLatestVersion() (string, error)

func (*Controller) GetProject

func (c *Controller) GetProject(ctx context.Context, projectId string) (*entity.Project, error)

GetProject returns a project of id projectId, error otherwise

func (*Controller) GetProjects

func (c *Controller) GetProjects(ctx context.Context) ([]*entity.Project, error)

GetProjects returns all projects associated with the user, error otherwise

func (*Controller) GetUser

func (c *Controller) GetUser(ctx context.Context) (*entity.User, error)

func (*Controller) GetWorkflowStatus added in v0.1.35

func (c *Controller) GetWorkflowStatus(ctx context.Context, workflowID string) (entity.WorkflowStatus, error)

GetWorkflowStatus fetches the status of a workflow based on request, error otherwise

func (*Controller) GetWritableGithubScopes added in v0.1.35

func (c *Controller) GetWritableGithubScopes(ctx context.Context) ([]string, error)

GetWritableGithubScopes creates a project specified by the project request, error otherwise

func (*Controller) IsLoggedIn

func (c *Controller) IsLoggedIn(ctx context.Context) (bool, error)

func (*Controller) Login

func (c *Controller) Login(ctx context.Context, isBrowserless bool) (*entity.User, error)

func (*Controller) Logout

func (c *Controller) Logout(ctx context.Context) error

func (*Controller) OpenProjectDeploymentsInBrowser added in v0.1.35

func (c *Controller) OpenProjectDeploymentsInBrowser(ctx context.Context, projectID string) error

OpenProjectDeploymentsInBrowser opens the provided projectId's depolyments in the browser

func (*Controller) OpenProjectInBrowser

func (c *Controller) OpenProjectInBrowser(ctx context.Context, projectID string, environmentID string) error

OpenProjectInBrowser opens the provided projectId in the browser

func (*Controller) SaveEnvsToFile

func (c *Controller) SaveEnvsToFile(ctx context.Context) error

func (*Controller) SendPanic

func (c *Controller) SendPanic(ctx context.Context, panicErr string, stacktrace string, command string) (bool, error)

func (*Controller) Up

func (c *Controller) Up(ctx context.Context) (string, error)

func (*Controller) UpdateProject

func (c *Controller) UpdateProject(ctx context.Context, req *entity.UpdateProjectRequest) (*entity.Project, error)

UpdateProject updates a project specified by the project request, error otherwise

type LoginResponse

type LoginResponse struct {
	Status string `json:"status,omitempty"`
	Error  string `json:"error,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL