MCPcopy Index your code
hub / github.com/foxcpp/maddy / ConfigureTLS

Method ConfigureTLS

framework/module/tls_loader.go:40–40  ·  view source on GitHub ↗
(c *tls.Config)

Source from the content-addressed store, hash-verified

38// "tls.loader." in name.
39type TLSLoader interface {
40 ConfigureTLS(c *tls.Config) error
41}

Callers 1

GetMethod · 0.65

Implementers 3

FileLoaderinternal/tls/file.go
SelfSignedLoaderinternal/tls/self_signed.go
Loaderinternal/tls/acme/acme.go

Calls

no outgoing calls

Tested by

no test coverage detected