This commit is contained in:
Asim Aslam
2021-11-18 13:02:33 +00:00
parent 7f7a87c428
commit d6d7577584
13 changed files with 27 additions and 21 deletions

View File

@@ -13,9 +13,9 @@ import (
timepb "github.com/micro/services/time/proto"
)
type Prayer struct{
type Prayer struct {
Geocode geocode.GeocodingService
Time timepb.TimeService
Time timepb.TimeService
}
func New(c client.Client) *Prayer {