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

Interface TLSer

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

TLSer abstract different TLS operation schemes

Source from the content-addressed store, hash-verified

9
10// TLSer abstract different TLS operation schemes
11type TLSer interface {
12 Validate() error
13 Run(server *http.Server) error
14}
15
16// Server TLS server.
17type Server struct {

Callers 16

validateMethod · 0.65
CreateMethod · 0.65
DeleteByIDMethod · 0.65
UpdateByIDMethod · 0.65
GetByIDMethod · 0.65
testSREHalfOpenFunction · 0.65
TestSRESelfProtectionFunction · 0.65
TestSRESummaryFunction · 0.65
TestRollingPolicy_AddFunction · 0.65

Implementers 5

TLSSelfSignedConfigpkg/httpsrv/tls_self_signed.go
TLSRemoteAPIConfigpkg/httpsrv/tls_remote_api.go
TLSExternalConfigpkg/httpsrv/tls_external.go
TLSAutoEncryptConfigpkg/httpsrv/tls_auto_encrypt.go
mockTLSerpkg/httpsrv/http_test.go

Calls

no outgoing calls

Tested by

no test coverage detected