mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-18 00:25:06 +00:00
Update comments across the codebase
This commit is contained in:
@@ -32,6 +32,7 @@ type HttpServerConfig struct {
|
||||
|
||||
type HttpServer struct{}
|
||||
|
||||
// Start http server
|
||||
func Start(handler http.Handler, config HttpServerConfig) (chan<- string, <-chan error, *HttpServer) {
|
||||
ctrlChannel := make(chan string)
|
||||
errorChannel := make(chan error)
|
||||
|
||||
Reference in New Issue
Block a user