1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-17 20:28:06 +02:00
This commit is contained in:
Asim Aslam 2019-12-18 15:06:02 +00:00
parent 587f64a87a
commit 7c21a1b92a

View File

@ -21,7 +21,7 @@ type Auth interface {
type Service struct {
// Name of the resource
Name string
// Endpoint is the specific endpoint
// Endpoint is the specific endpoint
Endpoint string
}