mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-09 08:00:00 +08:00
feat(goctl): Add api parser (#2585)
This commit is contained in:
7
tools/goctl/pkg/parser/api/parser/testdata/info_test.api
vendored
Normal file
7
tools/goctl/pkg/parser/api/parser/testdata/info_test.api
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
info(
|
||||
title: "type title here"
|
||||
desc: "type desc here"
|
||||
author: "type author here"
|
||||
email: "type email here"
|
||||
version: "type version here"
|
||||
)
|
||||
Reference in New Issue
Block a user