Hacker Newsnew | past | comments | ask | show | jobs | submit | santigr's commentslogin

I code a small replacement for the postman mock servers and I see that only the pro version of http toolkit come with this feature. If you are interested in a simple and small replacement: https://github.com/sgrodriguez/yams


Last year I built a go lib call DDT (Dynamic decision tree) DDT allows building custom decision trees based in a set of defined rules, programmatically or from json.

When making a decision, it allows adding a pre-processing stage to the input before comparing it with the following possible branches of the tree.

https://github.com/sgrodriguez/ddt


https://github.com/sgrodriguez/ddt a decision tree lib in golang for building custom rules decision tree. It allows adding a pre-processing stage to the input before comparing it with the following possible branches of the tree. One of the default preprocessing stages in ddt is calling a method of a struct (CallStructMethod) and getting the attribute of a struct (GetStructAttribute) using reflection, so you can have a struct user with some methods and attributes and build a tree asking question about the user. Create the tree programmatically or by json.


I think the diffrence is that ER personal are prepare for that kind of situations and they more or less know what to expect.


a dynamic decision tree lib in golang


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: