Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRouter ¶
NewRouter creates a new http.Handler that routes all valid HTTP paths to their respective handlers. It's best practice to register your handlers in a func like this so that you can test the resulting router (which itself is an http.Handler) directly.
See this function used in the TestGetIssuesTestSrv unit test found in get_issues_test.go
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.