init go proj

This commit is contained in:
d3m0k1d
2026-04-29 12:15:00 +03:00
parent 923816bf2a
commit 6858625e8b
8 changed files with 382 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
info:
contact: {}
paths: {}
securityDefinitions:
Bearer:
description: Type "Bearer" followed by a space and the JWT token.
in: header
name: Authorization
type: apiKey
swagger: "2.0"