This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
yongxu
/
sparrow
Liatin
3
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
v2.0.0
Ranting
Tag
master
v2
v2.0.0
sparrow
/
services
/
knowoapi
/
model
/
bodytemplate.go
bodytemplate.go
106 B
Permalink
Riwayat
Mentahan
1
2
3
4
5
6
package model
// BodyTemplate 接口
type BodyTemplate interface {
Validate() error //写验证逻辑
}