tianyuan-api-server/template/api/types.tpl

9 lines
135 B
Smarty
Raw Normal View History

2024-10-02 00:57:17 +08:00
// Code generated by goctl. DO NOT EDIT.
// goctl {{.version}}
package types{{if .containsTime}}
import (
"time"
){{end}}
{{.types}}