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

Method TableUnique

models/category.go:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (this *Category) TableUnique() [][]string {
35 return [][]string{
36 {"Pid", "Title"},
37 }
38}
39
40//新增分类
41func (this *Category) AddCates(pid int, cates string) (err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected