Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContainerSSH/ContainerSSH
/ decoder
Struct
decoder
internal/auditlog/codec/binary/decode.go:20–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
type
decoder
struct
{
21
}
22
23
func
(d *decoder) Decode(reader io.Reader) (<-
chan
message.Message, <-
chan
error) {
24
result := make(
chan
message.Message)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected