Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GinLaunchAndSignal ¶
This function is DEPRECATED. It is unnecessarily complex and has a race condition as Gin outputs serverReadyStr before it is actually ready to take requests.
GinLaunchAndSignal launches Gin on a given port in a separate goroutine and returns a channel that signals when the server is ready and a function to be deferred to close the pipe used in the implementation. The router parameter is a Gin Engine with configured routes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.