MCPcopy
hub / github.com/docker/compose / User

Struct User

cmd/prompt/prompt.go:44–47  ·  view source on GitHub ↗

User - in a terminal

Source from the content-addressed store, hash-verified

42
43// User - in a terminal
44type User struct {
45 stdout streamsFileWriter
46 stdin streamsFileReader
47}
48
49// adapt streams.Out to terminal.FileWriter
50type streamsFileWriter struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected