51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2243|回复: 4
打印 上一主题 下一主题

如何使用Go接口测试Google API Golang库?

[复制链接]
  • TA的每日心情
    擦汗
    3 天前
  • 签到天数: 527 天

    连续签到: 4 天

    [LV.9]测试副司令

    跳转到指定楼层
    #
    发表于 2020-9-30 13:08:01 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
    1测试积点

    1. <p>type MyFile struct {</p><p> DownloadUrl string
    2. json:“ downloadUrl,omitempty”</p><p>
    3. } </p><p>type MyFilesGetCall接口{</p><p> Do()(* MyFile,error)</p><p> // Do()(  * drive.File,错误)//此功能有效</p><p>} </p><p>
    4. 键入MyFilesService接口{</p><p> Get(string)* MyFilesGetCall </p><p> // Get(string)* drive.FilesGetCall //此功能有效</p><p>}  </p><p>
    5. func GetInfo(id字符串,myService MyFilesService){</p><p> myService.Get(id).Do()</p><p>} </p><p>
    6. func main(){</p><p> drive,_:= drive.New(new(http  .Client))</p><p> GetInfo(“ id”,drive.Files)</p><p>} </p><p> </ code> </ pre> </p>
    复制代码

    当我尝试运行此文件时,出现以下错误:

    1. <p>$可以运行.go </p><p>./so.go:24:无法在GetInfo的参数中使用drive.Files(类型* drive.FilesService)作为MyFilesService类型:</p><p><p>drive.FilesService不即时 plement MyFilesService(错误的Get方法类型)</p><p>具有Get(字符串)* drive.FilesGetCall </p><p>想要Get(字符串)* MyFilesGetCall </p><p>./so.go:28:fService.Get(id).Do undefined(type  * MyFilesGetCall没有字段或方法Do)</p><p></ code> </ pre> </p>
    复制代码

    接口似乎只能工作1级。


    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    3 天前
  • 签到天数: 2812 天

    连续签到: 5 天

    [LV.Master]测试大本营

    4#
    发表于 2020-10-9 13:17:02 | 只看该作者
    方法是否正确
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    3 天前
  • 签到天数: 1516 天

    连续签到: 5 天

    [LV.Master]测试大本营

    3#
    发表于 2020-10-9 10:11:50 | 只看该作者
    格式化下代码
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    2024-10-22 14:23
  • 签到天数: 1007 天

    连续签到: 1 天

    [LV.10]测试总司令

    2#
    发表于 2020-10-9 09:45:37 | 只看该作者
    可以参考这篇文章看下呢 https://ask.csdn.net/questions/1046052
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    3 天前
  • 签到天数: 1801 天

    连续签到: 5 天

    [LV.Master]测试大本营

    1#
    发表于 2020-10-9 09:37:48 | 只看该作者
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-18 01:29 , Processed in 0.065633 second(s), 22 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表