| 36 | ) |
| 37 | |
| 38 | type SelfSignedLoader struct { |
| 39 | instName string |
| 40 | serverNames []string |
| 41 | |
| 42 | cert tls.Certificate |
| 43 | } |
| 44 | |
| 45 | func NewSelfSignedLoader(_ *container.C, _, instName string) (module.Module, error) { |
| 46 | return &SelfSignedLoader{ |
nothing calls this directly
no outgoing calls
no test coverage detected