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
}