Skip to content

Conversation

@radioinmyhead
Copy link
Contributor

@radioinmyhead radioinmyhead commented Mar 13, 2020

  • 添加go.mod,兼容那些使用mod管理的小伙伴
  • 修改Tag结构体,减少冗余:之前的用法一般是:model.TagModel.TagKey 改了之后就可以是:model.Tag.Key。之前的写法明显不科学。而且之前的很多TagModel 都是通用的。不用单独定义一次
  • 为CreateInstanceArgs等多个结构体添加json tag,否则后端server不认参数
  • 为各种args提取一个简单的meta信息,同样为result提取一个meta信息

@@ -0,0 +1,3 @@
module github.com/baidubce/bce-sdk-go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

关于此SDK的使用情况及进展,能否给一个联系方式沟通一下?我的联系方式[email protected]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用Hi联系吧,我们做个小群

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants