()
| 43 | } |
| 44 | |
| 45 | func getDefaultTLSConfig() TLSConfig { |
| 46 | return TLSConfig{ |
| 47 | CRT: "../testdata/certs/srv-pub.pem", |
| 48 | Key: "../testdata/certs/srv-key.pem", |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | func getDefaultAPIServerConfig() APIServer { |
| 53 | return APIServer{ |
no outgoing calls
no test coverage detected