MCPcopy
hub / github.com/dosco/graphjin / redshiftSubscriptionWrapContext

Struct redshiftSubscriptionWrapContext

core/internal/psql/redshift_dialect_test.go:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type redshiftSubscriptionWrapContext struct {
190 bytes.Buffer
191}
192
193func (c *redshiftSubscriptionWrapContext) Write(s string) (int, error) {
194 return c.Buffer.WriteString(s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected