gotwilio icon indicating copy to clipboard operation
gotwilio copied to clipboard

`type Twilio interface` for mocking package?

Open cmnord opened this issue 3 years ago • 0 comments

Hello, I'd like to use gomock to mock the Twilio requests and responses in tests. This requires an interface corresponding to type Twilio struct and all its methods func (twilio *Twilio) .... What do you think of adding this interface to the gotwilio package?

cmnord avatar Jan 06 '22 18:01 cmnord