MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / TLSExternalConfig

Struct TLSExternalConfig

pkg/httpsrv/tls_external.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9var _ TLSer = (*TLSExternalConfig)(nil)
10
11type TLSExternalConfig struct {
12 certFile string
13 keyFile string
14}
15
16func NewTLSExternalConfig(certFile, keyFile string) *TLSExternalConfig {
17 return &TLSExternalConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected