Categorygithub.com/dtm-labs/dtmdriver
modulepackage
0.0.6
Repository: https://github.com/dtm-labs/dtmdriver.git
Documentation: pkg.go.dev

# README

dtmdriver

dtm's driver interface for micro-services

gRPC

dtm has support grpc based micro-services: go-zero, kratos, polaris

HTTP

dtm has support http base micro-services: springclould-alibaba

# Functions

GetDriver called by dtm.
Register used by each driver writer to register the driver to system.
Use called by users who want to use dtmgrpc.

# Variables

Middlewares is the middlewares for drivers to implement their function.

# Interfaces

Driver is the interface to do grpc service register and discover.