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

Struct Course

models/course.go:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package models
2
3type Course struct {
4 Id int
5 Cover string
6 Title string
7 Keywords string
8 Teacher string
9 Menu string
10 Description string
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected