Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
Authenticator auth.Authenticator
SessionStore sessionStore.SessionStore
Port int
R chi.Router
}
func New ¶
func New(a auth.Authenticator, st sessionStore.SessionStore, bfp bruteforceprotection.BrutForceProtection, repo fr.FiwareRepo, port int) *Server
Click to show internal directories.
Click to hide internal directories.