|
|
@ -3,9 +3,9 @@ package microservices |
|
|
import ( |
|
|
import ( |
|
|
// load the microserver drivers
|
|
|
// load the microserver drivers
|
|
|
_ "github.com/dtm-labs/dtmdriver-dapr" |
|
|
_ "github.com/dtm-labs/dtmdriver-dapr" |
|
|
|
|
|
_ "github.com/dtm-labs/dtmdriver-ego" |
|
|
_ "github.com/dtm-labs/dtmdriver-gozero" |
|
|
_ "github.com/dtm-labs/dtmdriver-gozero" |
|
|
_ "github.com/dtm-labs/dtmdriver-kratos" |
|
|
_ "github.com/dtm-labs/dtmdriver-kratos" |
|
|
_ "github.com/dtm-labs/dtmdriver-polaris" |
|
|
_ "github.com/dtm-labs/dtmdriver-polaris" |
|
|
_ "github.com/dtm-labs/dtmdriver-springcloud" |
|
|
_ "github.com/dtm-labs/dtmdriver-springcloud" |
|
|
_ "github.com/dtm-labs/dtmdriver-ego" |
|
|
|
|
|
) |
|
|
) |
|
|
|