Files
go-zero/tools/goctl/pkg/parser/api/parser/testdata/example_base1.api
2024-03-02 14:27:39 +00:00

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{}