mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
10 lines
231 B
Go
10 lines
231 B
Go
package api_doc_dto
|
|
|
|
import "github.com/eolinker/go-common/auto"
|
|
|
|
type ApiDocDetail struct {
|
|
Content string `json:"content"`
|
|
Updater string `json:"updater"`
|
|
UpdateTime auto.TimeLabel `json:"update_time"`
|
|
}
|