Flamenco/pkg/moremock/moremock.go
Sybren A. Stüvel 9bda21648e Manager: add timeout when fetching job
Add a timeout when fetching a job from the persistence layers.

It's my intention to add more timeouts, so this also introduces some code
to make it easier to test that a context has a deadline set.
2022-12-14 13:02:59 +01:00

5 lines
164 B
Go

// Package moremock contains extra matchers for the gomock package.
//
// For info on gomock, see https://pkg.go.dev/github.com/golang/mock/gomock
package moremock