Skip to content

Commit

Permalink
removed unused setters
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin Rentea committed Jun 10, 2016
1 parent 820b5df commit a083254
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions server/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ func (s *Service) HealthEndpointPrefix(value string) *Service {
return s
}

func (s *Service) HealthFrequency(value time.Duration) *Service {
s.healthFrequency = value
return s
}

func (s *Service) HealthThreshold(value int) *Service {
s.healthThreshold = value
return s
}

func (s *Service) MetricsEndpointPrefix(value string) *Service {
s.metricsEndpoint = value
return s
Expand Down

0 comments on commit a083254

Please sign in to comment.