MCPcopy Index your code
hub / github.com/TruthHun/BookStack / NewVersionItem

Function NewVersionItem

models/version.go:38–40  ·  view source on GitHub ↗

NewVersionItem 版本列表

()

Source from the content-addressed store, hash-verified

36
37// NewVersionItem 版本列表
38func NewVersionItem() *VersionItem {
39 return &VersionItem{}
40}
41
42// InsertOrUpdate 新增或更新版本标识
43func (m *Version) InsertOrUpdate() (err error) {

Callers 7

RegisterModelFunction · 0.92
DeleteMethod · 0.85
GetVersionItemsMethod · 0.85
GetVersionItemMethod · 0.85
ListsMethod · 0.85
DeleteVersionItemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected