Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ContainerSSH/ContainerSSH
/ Decode
Method
Decode
internal/auditlog/codec/abstract.go:23–23 ·
view source on GitHub ↗
(reader io.Reader)
Source
from the content-addressed store, hash-verified
21
// Decoder is a module that is responsible for decoding a binary testdata stream into audit log messages.
22
type
Decoder
interface
{
23
Decode(reader io.Reader) (<-
chan
message.Message, <-
chan
error)
24
}
Callers
15
requestURLWithLogger
Method · 0.95
getStoredMessages
Function · 0.95
getAuditLog
Method · 0.95
testDecodeOldLog
Function · 0.95
Decode
Method · 0.95
TestLoadIssue209
Function · 0.95
TestLoadSave
Function · 0.95
TestYAMLSerialization
Function · 0.95
TestJSONSerialization
Function · 0.95
loadYAML
Method · 0.95
loadJSON
Method · 0.95
readConfigFile
Function · 0.95
Implementers
2
internalRequest
http/handler_impl.go
decoder
internal/auditlog/codec/binary/decode.
Calls
no outgoing calls
Tested by
8
getStoredMessages
Function · 0.76
getAuditLog
Method · 0.76
testDecodeOldLog
Function · 0.76
TestLoadIssue209
Function · 0.76
TestLoadSave
Function · 0.76
TestYAMLSerialization
Function · 0.76
TestJSONSerialization
Function · 0.76
testPipeline
Function · 0.52