Documentation
¶
Index ¶
- Variables
- func AssertMessageEqual(t testing.TB, a, b eventstream.Message, msg ...interface{})
- func MarshalEventPayload(payloadMarshaler protocol.PayloadMarshaler, v interface{}) []byte
- func SetupEventStreamSession(t *testing.T, handler http.Handler, h2 bool) (sess *session.Session, cleanupFn func(), err error)
- type ServeEventStream