mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-27 16:45:28 +08:00
15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
syntax = "v1"
|
|
|
|
import "example_base.api"
|
|
|
|
info(
|
|
title: "type title here"
|
|
desc: "type desc here"
|
|
author: "type author here"
|
|
email: "type email here"
|
|
version: "type version here"
|
|
)
|
|
|
|
type BaseReq1{}
|
|
type BaseResp1{}
|