go mock 用于虚拟接口。一般只要提供interface,无论有没有实现该interface的类型,gomock会根据接口的输入输出提供一个实现了该interface的mock实例 ...
確定! 回上一頁