Closed kegsay closed 1 year ago
Func
MustDoFunc
DoFunc
Do
MustDo
/internal/client
/client
TestLike
testing.T
Slightly not client related:
federation.Event
b.Event
Fixes https://github.com/matrix-org/complement/issues/526 , https://github.com/matrix-org/complement/issues/381
Partly addresses https://github.com/matrix-org/complement/issues/226
Func
fromMustDoFunc
andDoFunc
. They were called that to differentiate from the old-styleDo
andMustDo
which are no more./internal/client
to/client
.TestLike
, an interface to representtesting.T
to allow the client to be used outside of tests e.g benchmarks.Slightly not client related:
federation.Event
instead of abusingb.Event
for creating events over federation. Makes this much clearer and fixes #381Fixes https://github.com/matrix-org/complement/issues/526 , https://github.com/matrix-org/complement/issues/381
Partly addresses https://github.com/matrix-org/complement/issues/226