friendsofgo / killgrave

Simple way to generate mock servers written in Go
https://friendsofgo.github.io/killgrave/
MIT License
498 stars 94 forks source link

Support for sequences of responses per imposter #167

Closed joanlopez closed 1 month ago

joanlopez commented 2 months ago

Similar to #68, but following a different approach:

In the future, we may want to explore adding different strategies (strategy or responseStrategy field) for how responses are alternated. For now, I guess that sequentially going over all of them is enough.

Closes #165 #31