Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
16
pkg/testrunner/test_case.go
Normal file
16
pkg/testrunner/test_case.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package testrunner
|
||||
|
||||
import (
|
||||
dbtc "fiskerinc.com/modules/db/queries/mocks"
|
||||
htc "fiskerinc.com/modules/httpclient/tester"
|
||||
ktc "fiskerinc.com/modules/kafka/mock"
|
||||
rtc "fiskerinc.com/modules/redis/tester"
|
||||
)
|
||||
|
||||
type TestCase struct {
|
||||
Name string
|
||||
HttpTestCase *htc.HttpTestCase
|
||||
DBTestCase *dbtc.DBTestCase
|
||||
RedisTestCase *rtc.RedisTestCase
|
||||
KafkaTestCase *ktc.KafkaTestCase
|
||||
}
|
||||
Reference in New Issue
Block a user