chore: GPL-3.0 license propagated into *.go files in backend
This commit is contained in:
@@ -13,6 +13,9 @@ definitions:
|
||||
type: string
|
||||
username:
|
||||
type: string
|
||||
required:
|
||||
- password
|
||||
- username
|
||||
type: object
|
||||
models.LoginResponse:
|
||||
properties:
|
||||
@@ -29,7 +32,12 @@ definitions:
|
||||
description: 'TODO: password checking'
|
||||
type: string
|
||||
username:
|
||||
maxLength: 20
|
||||
minLength: 3
|
||||
type: string
|
||||
required:
|
||||
- password
|
||||
- username
|
||||
type: object
|
||||
info:
|
||||
contact: {}
|
||||
|
||||
Reference in New Issue
Block a user