Formatting missing areas with gofmt (#2278)

Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Cesar Celis Hernandez
2022-08-29 18:04:09 -04:00
committed by GitHub
parent 139771f4d4
commit 9357c2db0e
131 changed files with 400 additions and 270 deletions

View File

@@ -46,10 +46,10 @@ func NewLoginOperator(ctx *middleware.Context, handler LoginOperatorHandler) *Lo
return &LoginOperator{Context: ctx, Handler: handler}
}
/* LoginOperator swagger:route POST /login/operator Auth loginOperator
/*
LoginOperator swagger:route POST /login/operator Auth loginOperator
Login to Operator Console.
*/
type LoginOperator struct {
Context *middleware.Context