github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/legacy/durgaform/ui_output.go (about)

     1  package durgaform
     2  
     3  // UIOutput is the interface that must be implemented to output
     4  // data to the end user.
     5  type UIOutput interface {
     6  	Output(string)
     7  }