31 lines
491 B
Plaintext
31 lines
491 B
Plaintext
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"
|
|
"threads_account.api"
|
|
"persona.api"
|
|
"copy_mission.api"
|
|
"brand.api"
|
|
"placement_topic.api"
|
|
"worker_internal.api"
|
|
)
|
|
|