edebernis
edebernis
Hey ! I found myself having the same need than @byrnedo. Ideally, we should be able to pass options to the `LocalDockerCompose` struct to allow specifying custom pipes for command...
with #420, the command outputs are still piped to standards (stdout / stderr). IMHO, it would be better to allow the user to override this behavior by specifing custom io.Writer...
Hello, Thanks for your help, however same error with: ``` type QueryStruct struct { MyID ID `form:"id" binding:"uuid"` } ```
Same error with all versions listed.
Hello @zadil, Thanks for your answer, however, the problem is not on validation. The issue is on binding, which interface can I implement on custom type "ID" to allow binding.