adrianco / spigo

Simulate Protocol Interactions in Go
Apache License 2.0
1.12k stars 111 forks source link

Add guesstimate expression types #82

Closed renaudholcombe closed 7 years ago

renaudholcombe commented 7 years ago

I modified the collect.go file to be able to support expanded guesstimate options defined within the arch json file. I couldn't figure out a better way than reading the arch file and applying the settings there (since we can assume that for non-DATA expressions, it makes sense to isolate it to the service level).

I'm new to Go as well as to Spigo, so any feedback or suggestions are definitely appreciated!

adrianco commented 7 years ago

Thanks for the contributions, much appreciated.