MCPcopy Create free account
hub / github.com/bytebase/bytebase / auditConnectStreamingConn

Struct auditConnectStreamingConn

backend/api/v1/audit.go:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127type auditConnectStreamingConn struct {
128 connect.StreamingHandlerConn
129 interceptor *AuditInterceptor
130 ctx context.Context
131 method string
132 curRequest any
133 startTime time.Time
134}
135
136func (c *auditConnectStreamingConn) Receive(msg any) error {
137 err := c.StreamingHandlerConn.Receive(msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected