Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParsePortRange ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) RegisterRoutes ¶
func (s *Server) RegisterRoutes(e *echo.Echo)
type SessionRegistrar ¶
type SessionRegistrar interface {
GetPublicKey() key.PublicKey
RegisterSession(request *api.RegisterSessionRequest) (*api.SessionResponse, error)
AuthenticateSession(request *api.AuthenticationRequest) (*api.AuthenticationResponse, error)
}
func NewRemoteSessionRegistrar ¶
func NewRemoteSessionRegistrar(config config.Auth) (SessionRegistrar, error)
type TargetFilter ¶
type TargetFilter interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.