Documentation
¶
Index ¶
- Variables
- func Init(portalProxy interfaces.PortalProxy) (interfaces.StratosPlugin, error)
- type CFAppSSH
- func (CFAppSSH *CFAppSSH) AddAdminGroupRoutes(echoGroup *echo.Group)
- func (CFAppSSH *CFAppSSH) AddSessionGroupRoutes(echoGroup *echo.Group)
- func (CFAppSSH *CFAppSSH) GetEndpointPlugin() (interfaces.EndpointPlugin, error)
- func (CFAppSSH *CFAppSSH) GetMiddlewarePlugin() (interfaces.MiddlewarePlugin, error)
- func (CFAppSSH *CFAppSSH) GetRoutePlugin() (interfaces.RoutePlugin, error)
- func (CFAppSSH *CFAppSSH) Init() error
- type KeyCode
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPreventRedirect = errors.New("prevent-redirect")
ErrPreventRedirect - Error to indicate a redirect - used to make a redirect that we want to prevent later
Functions ¶
func Init ¶
func Init(portalProxy interfaces.PortalProxy) (interfaces.StratosPlugin, error)
Init creates a new CFAppSSH
Types ¶
type CFAppSSH ¶
type CFAppSSH struct {
// contains filtered or unexported fields
}
CFAppSSH - Plugin to allow SSH into an application instance
func (*CFAppSSH) AddAdminGroupRoutes ¶
func (CFAppSSH *CFAppSSH) AddAdminGroupRoutes(echoGroup *echo.Group)
AddAdminGroupRoutes adds the admin routes for this plugin to the Echo server
func (*CFAppSSH) AddSessionGroupRoutes ¶
func (CFAppSSH *CFAppSSH) AddSessionGroupRoutes(echoGroup *echo.Group)
AddSessionGroupRoutes adds the session routes for this plugin to the Echo server
func (*CFAppSSH) GetEndpointPlugin ¶
func (CFAppSSH *CFAppSSH) GetEndpointPlugin() (interfaces.EndpointPlugin, error)
GetEndpointPlugin gets the endpoint plugin for this plugin
func (*CFAppSSH) GetMiddlewarePlugin ¶
func (CFAppSSH *CFAppSSH) GetMiddlewarePlugin() (interfaces.MiddlewarePlugin, error)
GetMiddlewarePlugin gets the middleware plugin for this plugin
func (*CFAppSSH) GetRoutePlugin ¶
func (CFAppSSH *CFAppSSH) GetRoutePlugin() (interfaces.RoutePlugin, error)
GetRoutePlugin gets the route plugin for this plugin
Click to show internal directories.
Click to hide internal directories.