Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ APIResponse
Struct
APIResponse
controllers/api/BaseController.go:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
APIResponse
struct
{
30
Message string `json:
"message"
`
31
Data
interface
{} `json:
"data,omitempty"
`
32
}
33
34
type
APIUser
struct
{
35
Uid int `json:
"uid"
`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected