MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / pubKeyHandler

Struct pubKeyHandler

internal/auth/handler_impl.go:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102type pubKeyHandler struct {
103 backend Handler
104 logger log.Logger
105}
106
107func (p *pubKeyHandler) OnRequest(request http.ServerRequest, response http.ServerResponse) error {
108 requestObject := auth.PublicKeyAuthRequest{}

Callers 1

createPubKeyCallbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected