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

Struct ShortVideoElement

message/elements.go:110–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 ShortVideoElement struct {
111 Name string
112 UUID string
113 Size uint32
114 URL string
115 Duration uint32
116 Node *oidb.IndexNode
117
118 // send
119 Thumb *VideoThumb
120 Summary string
121 Md5 []byte
122 Sha1 []byte
123 Stream io.ReadSeeker
124 MsgInfo *oidb.MsgInfo
125 Compat *message.VideoFile
126 }
127
128 VideoThumb struct {
129 Stream io.ReadSeeker

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected