github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/courier/client/interface.go (about)

     1  package client
     2  
     3  import (
     4  	"github.com/johnnyeven/libtools/courier"
     5  )
     6  
     7  type IRequest interface {
     8  	Do() courier.Result
     9  }