Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ContainerSSH/ContainerSSH
/ encoder
Struct
encoder
internal/auditlog/codec/binary/encode.go:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
encoder
struct
{
24
geoIPProvider geoipprovider.LookupProvider
25
}
26
27
func
(e *encoder) GetMimeType() string {
28
return
"application/octet-stream"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected