Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package qcloud
|
||||
|
||||
type response struct {
|
||||
Result int `json: "result"`
|
||||
ErrMsg string `json:"errmsg"`
|
||||
CallId string `json:"callid"`
|
||||
Ext string `json:"ext"`
|
||||
}
|
||||
Reference in New Issue
Block a user