Documentation ¶
Index ¶
- type Server
- func (srv *Server) AddApplication(ctx echo.Context) error
- func (srv *Server) DeleteApplication(ctx echo.Context, id int) error
- func (srv *Server) DeployApplication(ctx echo.Context, id int) error
- func (srv *Server) GetApplication(ctx echo.Context, id int) error
- func (srv *Server) GetApplications(ctx echo.Context) error
- func (srv *Server) RegenerateApplicationSecret(ctx echo.Context, id int) error
- func (srv *Server) ValidateBasicAuth(username string, rawToken string, ctx echo.Context) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server Represents a server to handle requests, must implement GoDeploy.ServerInterface
func (*Server) AddApplication ¶
func (*Server) DeleteApplication ¶
func (*Server) DeployApplication ¶
func (*Server) GetApplication ¶
func (*Server) GetApplications ¶
func (*Server) RegenerateApplicationSecret ¶
Click to show internal directories.
Click to hide internal directories.