()
| 729 | } |
| 730 | |
| 731 | func (s *Server) getControlURL() string { |
| 732 | if v := s.ControlURL; v != "" { |
| 733 | return v |
| 734 | } |
| 735 | return os.Getenv("TS_CONTROL_URL") |
| 736 | } |
| 737 | |
| 738 | func (s *Server) getClientSecret() string { |
| 739 | if v := s.ClientSecret; v != "" { |
no outgoing calls
no test coverage detected