MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / MyFinalSender

Struct MyFinalSender

projects/Go/tests/send_receive_final_test.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import "../proto/protoex"
9
10type MyFinalSender struct {
11 *protoex.FinalSender
12}
13
14func NewMyFinalSender() *MyFinalSender {
15 sender := &MyFinalSender{protoex.NewFinalSender()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected