Skip to content

技术点攻坚

Jakegogo edited this page Oct 16, 2024 · 2 revisions

技术点攻坚

1. 函数argmap、stackmap解析 (延迟解决)

应用场景:

  • callback定义的args return size进行校验
  • args 自动填充, 直接returns
  • 在线诊断追踪函数免注册

参考资料: https://studygolang.com/articles/21875

2. make interface实现

应用场景:

  1. 接口类型的测试mock
  2. 接口类型对象代理

参考资料: https://xargin.com/go-and-interface/

3. 自动化测试平台调研

参考资料: https://tech.meituan.com/2018/01/09/lego-api-test.html