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

Struct VoiceElement

message/elements.go:54–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 VoiceElement struct {
55 Name string
56 UUID string
57 Size uint32
58 URL string
59 Md5 []byte
60 Sha1 []byte
61 Node *oidb.IndexNode
62
63 // --- sending ---
64 MsgInfo *oidb.MsgInfo
65 Compat []byte
66 Duration uint32
67 Stream io.ReadSeeker
68 Summary string
69 }
70
71 ImageElement struct {
72 ImageID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected