generated from VLADIMIR/template
updates
This commit is contained in:
@@ -23,6 +23,6 @@ func (s *Server) Ping(_ context.Context, _ *proto.PingReq) (*proto.PingRsp, erro
|
||||
return &proto.PingRsp{}, nil
|
||||
}
|
||||
|
||||
func (s *Server) GetDays(ctx context.Context, req *proto.GetDaysReq) (*proto.GetDaysRsp, error) {
|
||||
return s.services.GetDays(ctx, req)
|
||||
func (s *Server) GetSchedule(ctx context.Context, req *proto.GetScheduleReq) (*proto.GetScheduleRsp, error) {
|
||||
return s.services.GetSchedule(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user