summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go
deleted file mode 100644
index 209dbca5975..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package executor
-
-import "github.com/smartystreets/goconvey/web/server/contract"
-
-type Parser interface {
- Parse([]*contract.Package)
-}
-
-type Tester interface {
- SetBatchSize(batchSize int)
- TestAll(folders []*contract.Package)
-}