MCPcopy Create free account
hub / github.com/TruthHun/BookStack / AdsPosition

Struct AdsPosition

models/ads.go:14–19  ·  view source on GitHub ↗

广告位

Source from the content-addressed store, hash-verified

12
13// 广告位
14type AdsPosition struct {
15 Id int
16 Title string
17 Identify string `orm:"index;size(32)"`
18 IsMobile bool `orm:"index"`
19}
20
21// 广告
22type AdsCont struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected