| 11 | var errStdioNotSupport = errors.New("method not supported with stdio source") |
| 12 | |
| 13 | type StdioEngine struct{} |
| 14 | |
| 15 | func NewStdioEngine() *StdioEngine { |
| 16 | return &StdioEngine{} |
nothing calls this directly
no outgoing calls
no test coverage detected