-
Notifications
You must be signed in to change notification settings - Fork 2
技术点攻坚
Jakegogo edited this page Oct 16, 2024
·
2 revisions
应用场景:
- callback定义的args return size进行校验
- args 自动填充, 直接returns
- 在线诊断追踪函数免注册
参考资料: https://studygolang.com/articles/21875
应用场景:
- 接口类型的测试mock
- 接口类型对象代理
参考资料: https://xargin.com/go-and-interface/
参考资料: https://tech.meituan.com/2018/01/09/lego-api-test.html