MCPcopy
hub / github.com/ph4ntonn/Stowaway / RawMessage

Struct RawMessage

protocol/raw.go:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type RawMessage struct {
15 // Essential component to apply a Message
16 UUID string
17 Conn net.Conn
18 CryptoSecret []byte
19 // Prepared buffer
20 HeaderBuffer []byte
21 DataBuffer []byte
22}
23
24func (message *RawMessage) ConstructHeader() {}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected