MCPcopy
hub / github.com/aceld/zinx / BaseRequest

Struct BaseRequest

ziface/irequest.go:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type BaseRequest struct{}
61
62func (br *BaseRequest) GetConnection() IConnection { return nil }
63func (br *BaseRequest) GetData() []byte { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected