Documentation ¶
Index ¶
- func Init(portalProxy interfaces.PortalProxy) (interfaces.StratosPlugin, error)
- type UserInfo
- func (userInfo *UserInfo) AddAdminGroupRoutes(echoGroup *echo.Group)
- func (userInfo *UserInfo) AddSessionGroupRoutes(echoGroup *echo.Group)
- func (userInfo *UserInfo) GetEndpointPlugin() (interfaces.EndpointPlugin, error)
- func (userInfo *UserInfo) GetMiddlewarePlugin() (interfaces.MiddlewarePlugin, error)
- func (userInfo *UserInfo) GetRoutePlugin() (interfaces.RoutePlugin, error)
- func (userInfo *UserInfo) Init() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(portalProxy interfaces.PortalProxy) (interfaces.StratosPlugin, error)
Types ¶
type UserInfo ¶
type UserInfo struct {
// contains filtered or unexported fields
}
func (*UserInfo) AddAdminGroupRoutes ¶
func (*UserInfo) AddSessionGroupRoutes ¶
func (*UserInfo) GetEndpointPlugin ¶
func (userInfo *UserInfo) GetEndpointPlugin() (interfaces.EndpointPlugin, error)
func (*UserInfo) GetMiddlewarePlugin ¶
func (userInfo *UserInfo) GetMiddlewarePlugin() (interfaces.MiddlewarePlugin, error)
func (*UserInfo) GetRoutePlugin ¶
func (userInfo *UserInfo) GetRoutePlugin() (interfaces.RoutePlugin, error)
Click to show internal directories.
Click to hide internal directories.