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

Struct AttachmentResult

models/attachment_result.go:10–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type AttachmentResult struct {
11 Attachment
12 IsExist bool
13 BookName string
14 BookIdentify string
15 DocumentName string
16 DocIdentify string
17 FileShortSize string
18 Account string
19 LocalHttpPath string
20}
21
22func NewAttachmentResult() *AttachmentResult {
23 return &AttachmentResult{IsExist: false}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected