Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnePhaseCommitProtocol ¶
type OnePhaseCommitProtocol struct { Subject func(testing.TB) OnePhaseCommitProtocolSubject MakeCtx func(testing.TB) context.Context }
func (OnePhaseCommitProtocol) Benchmark ¶
func (c OnePhaseCommitProtocol) Benchmark(b *testing.B)
func (OnePhaseCommitProtocol) Spec ¶
func (c OnePhaseCommitProtocol) Spec(s *testcase.Spec)
func (OnePhaseCommitProtocol) Test ¶
func (c OnePhaseCommitProtocol) Test(t *testing.T)
type OnePhaseCommitProtocolSubject ¶
type OnePhaseCommitProtocolSubject comproto.OnePhaseCommitProtocol
Click to show internal directories.
Click to hide internal directories.