| 187 | } |
| 188 | |
| 189 | type redshiftSubscriptionWrapContext struct { |
| 190 | bytes.Buffer |
| 191 | } |
| 192 | |
| 193 | func (c *redshiftSubscriptionWrapContext) Write(s string) (int, error) { |
| 194 | return c.Buffer.WriteString(s) |
nothing calls this directly
no outgoing calls
no test coverage detected