mirror of
https://github.com/go-micro/go-micro.git
synced 2025-04-23 11:07:43 +02:00
8 lines
107 B
Go
8 lines
107 B
Go
package route
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
type Registrar interface {
|
|
RegisterRoute(gin.IRoutes)
|
|
}
|