(ctx context.Context, body io.ReadCloser, handler SSEHandler)
| 5626 | } |
| 5627 | |
| 5628 | func decodeSSE(ctx context.Context, body io.ReadCloser, handler SSEHandler) error { |
| 5629 | return sse.Decode(ctx, body, handler) |
| 5630 | } |
| 5631 | |
| 5632 | func sessionListValues(query SessionListQuery) url.Values { |
| 5633 | values := url.Values{} |