type Gomega … func NewGomega(bundle DurationBundle) *Gomega { … } func (g *Gomega) IsConfigured() bool { … } func (g *Gomega) ConfigureWithFailHandler(fail types.GomegaFailHandler) *Gomega { … } func (g *Gomega) ConfigureWithT(t types.GomegaTestingT) *Gomega { … } func (g *Gomega) Ω(actual interface{ … } func (g *Gomega) Expect(actual interface{ … } func (g *Gomega) ExpectWithOffset(offset int, actual interface{ … } func (g *Gomega) Eventually(actualOrCtx interface{ … } func (g *Gomega) EventuallyWithOffset(offset int, actualOrCtx interface{ … } func (g *Gomega) Consistently(actualOrCtx interface{ … } func (g *Gomega) ConsistentlyWithOffset(offset int, actualOrCtx interface{ … } func (g *Gomega) makeAsyncAssertion(asyncAssertionType AsyncAssertionType, offset int, actualOrCtx interface{ … } func (g *Gomega) SetDefaultEventuallyTimeout(t time.Duration) { … } func (g *Gomega) SetDefaultEventuallyPollingInterval(t time.Duration) { … } func (g *Gomega) SetDefaultConsistentlyDuration(t time.Duration) { … } func (g *Gomega) SetDefaultConsistentlyPollingInterval(t time.Duration) { … } func (g *Gomega) EnforceDefaultTimeoutsWhenUsingContexts() { … } func (g *Gomega) DisableDefaultTimeoutsWhenUsingContext() { … }