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

Struct Config

models/config.go:4–10  ·  view source on GitHub ↗

配置项

Source from the content-addressed store, hash-verified

2
3//配置项
4type Config struct {
5 Id int //
6 Key string //键
7 Value string //值
8 Statement string //描述
9 Cate string //分类
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected