template-monorepo/generate/api/gateway.api

22 lines
426 B
Plaintext
Raw Normal View History

2026-05-19 11:00:28 +00:00
syntax = "v1"
info (
title: "Portal-Api-Gateway (PGW)"
desc: "Digimon web portal API gateway"
author: "daniel Wang"
email: "igs170911@gmail.com"
version: "0.0.1"
host: "127.0.0.1:8888"
schemes: "http,https"
consumes: "application/json"
produces: "application/json"
useDefinitions: true
)
import (
"common.api"
2026-05-20 23:51:22 +00:00
"member.api"
2026-05-19 11:00:28 +00:00
"normal.api"
)