| 8 | ) |
| 9 | |
| 10 | type 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 | |
| 22 | func NewAttachmentResult() *AttachmentResult { |
| 23 | return &AttachmentResult{IsExist: false} |
nothing calls this directly
no outgoing calls
no test coverage detected