haixunMaster/haixun-backend/generate/api/gateway.api

30 lines
471 B
Plaintext
Raw Normal View History

2026-06-23 09:54:27 +00:00
syntax = "v1"
info (
title: "Haixun Backend"
desc: "Haixun service-oriented backend core"
author: "haixun"
version: "0.1.0"
host: "127.0.0.1:8890"
schemes: "http,https"
consumes: "application/json"
produces: "application/json"
)
import (
"common.api"
"normal.api"
"setting.api"
"ai.api"
"job.api"
"auth.api"
"member.api"
"permission.api"
2026-06-23 16:55:10 +00:00
"threads_account.api"
"persona.api"
2026-06-24 10:02:42 +00:00
"brand.api"
2026-06-24 16:48:56 +00:00
"placement_topic.api"
2026-06-23 16:55:10 +00:00
"worker_internal.api"
2026-06-23 09:54:27 +00:00
)