Init: bootstrap go module with basic framework

This commit is contained in:
2025-09-25 08:14:34 +08:00
commit 60f534be1e
47 changed files with 1084 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
basePath: /
info:
contact: {}
license:
name: 0BSD
termsOfService: http://swagger.io/terms/
title: Amane Tanikaze Discord Bot Backend
version: 2.0-alpha1
paths:
/api/image:
get:
parameters:
- description: image id
in: query
name: id
required: true
type: string
responses:
"200":
description: OK
swagger: "2.0"