chore: GPL-3.0 license propagated into *.go files in backend

This commit is contained in:
2025-06-24 01:36:25 +03:00
parent cfe60cfb8e
commit be9aee7145
27 changed files with 439 additions and 9 deletions

View File

@@ -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: {}