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")
Functions ¶
func Init ¶
func Init(portalProxy interfaces.PortalProxy) (interfaces.StratosPlugin, error)
Types ¶
type CFAppSsh ¶
type CFAppSsh struct {
// contains filtered or unexported fields
}
func (*CFAppSsh) AddAdminGroupRoutes ¶
func (*CFAppSsh) AddSessionGroupRoutes ¶
func (*CFAppSsh) GetEndpointPlugin ¶
func (cfAppSsh *CFAppSsh) GetEndpointPlugin() (interfaces.EndpointPlugin, error)
func (*CFAppSsh) GetMiddlewarePlugin ¶
func (cfAppSsh *CFAppSsh) GetMiddlewarePlugin() (interfaces.MiddlewarePlugin, error)
func (*CFAppSsh) GetRoutePlugin ¶
func (cfAppSsh *CFAppSsh) GetRoutePlugin() (interfaces.RoutePlugin, error)
Click to show internal directories.
Click to hide internal directories.