mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04:00
Update comments across the codebase
This commit is contained in:
parent
137584d658
commit
3a3c8645fc
24 changed files with 198 additions and 346 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue