Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
type
TLSer
interface
{
12
Validate() error
13
Run(server *http.Server) error
14
}
15
Callers
15
validate
Method · 0.65
TestTLSAutoEncryptConfig_Validate
Function · 0.65
TestTLSAutoEncryptConfig_DefaultValues
Function · 0.65
TestTLSAutoEncryptConfig_Run
Function · 0.65
Create
Method · 0.65
DeleteByID
Method · 0.65
UpdateByID
Method · 0.65
GetByID
Method · 0.65
List
Method · 0.65
Create
Method · 0.65
DeleteByID
Method · 0.65
UpdateByID
Method · 0.65
Implementers
5
TLSSelfSignedConfig
pkg/httpsrv/tls_self_signed.go
TLSRemoteAPIConfig
pkg/httpsrv/tls_remote_api.go
TLSExternalConfig
pkg/httpsrv/tls_external.go
TLSAutoEncryptConfig
pkg/httpsrv/tls_auto_encrypt.go
mockTLSer
pkg/httpsrv/http_test.go
Calls
no outgoing calls
Tested by
3
TestTLSAutoEncryptConfig_Validate
Function · 0.52
TestTLSAutoEncryptConfig_DefaultValues
Function · 0.52
TestTLSAutoEncryptConfig_Run
Function · 0.52