Error implements error interface.
()
| 695 | |
| 696 | // Error implements error interface. |
| 697 | func (e *ErrorWithStatusCode) Error() string { |
| 698 | return e.Err.Error() |
| 699 | } |
| 700 | |
| 701 | // IsTLS indicates is tls enabled or not for -httpListenAddr at the given idx. |
| 702 | func IsTLS(idx int) bool { |
no outgoing calls
no test coverage detected