MCPcopy Index your code
hub / github.com/peak/s5cmd / EventStreamDecoder

Interface EventStreamDecoder

storage/s3.go:1466–1468  ·  view source on GitHub ↗

EventStreamDecoder decodes a s3.Event with the given decoder.

Source from the content-addressed store, hash-verified

1464// EventStreamDecoder decodes a s3.Event with
1465// the given decoder.
1466type EventStreamDecoder interface {
1467 Decode() ([]byte, error)
1468}
1469
1470type JSONDecoder struct {
1471 decoder *json.Decoder

Callers 4

FromBytesFunction · 0.65
SelectMethod · 0.65
DecodeMethod · 0.65
FromBytesFunction · 0.65

Implementers 2

JSONDecoderstorage/s3.go
CsvDecoderstorage/s3.go

Calls

no outgoing calls

Tested by

no test coverage detected