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

Method Validate

pkg/httpsrv/http.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

validateMethod · 0.65
CreateMethod · 0.65
DeleteByIDMethod · 0.65
UpdateByIDMethod · 0.65
GetByIDMethod · 0.65
ListMethod · 0.65
CreateMethod · 0.65
DeleteByIDMethod · 0.65
UpdateByIDMethod · 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