MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / FileElement

Struct FileElement

message/elements.go:96–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 FileElement struct {
97 FileSize uint64
98 FileName string
99 FileMd5 []byte
100 FileURL string
101 FileID string // group
102 FileUUID string // private
103 FileHash string
104
105 // send
106 FileStream io.ReadSeeker
107 FileSha1 []byte
108 }
109
110 ShortVideoElement struct {
111 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected