MCPcopy Create free account
hub / github.com/1buran/rHttp / FileInputReader

Struct FileInputReader

fileinput.go:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type FileInputReader struct {
89 Id int
90 Reader io.ReadCloser
91 Error error
92 Path string
93}
94
95type FileInputWriter struct {
96 Id int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected