Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleFunc ¶
type HandleFunc struct { Pattern string Handler http.HandlerFunc }
func Routes ¶
func Routes(authenticationService service.AuthenticationService, noteService service.NoteService) []HandleFunc
type Server ¶
func NewServer ¶
func NewServer(authenticationService service.AuthenticationService, noteService service.NoteService, jwtDatasource domain.JwtDatasource, cfg config.Configuration) *Server
NewServer creates and configures a new HTTP server with the specified address.
Click to show internal directories.
Click to hide internal directories.