This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
yongxu
/
sparrow
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
v2.0.0
Haarat
Tagit
master
v2
v2.0.0
sparrow
/
services
/
knowoapi
/
model
/
bodytemplate.go
bodytemplate.go
106 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
package model
// BodyTemplate 接口
type BodyTemplate interface {
Validate() error //写验证逻辑
}