提交 7f923022 编写于 作者: G georgecao

solve conflict

上级 146385ab
......@@ -3,12 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Sha** | **string** | | [optional] [default to null]
**Url** | **string** | | [optional] [default to null]
**Commit** | **string** | | [optional] [default to null]
**Author** | **string** | | [optional] [default to null]
**Parents** | **string** | | [optional] [default to null]
**Committer** | **string** | | [optional] [default to null]
**Sha** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......
......@@ -9,11 +9,8 @@
package gitee
// 分支commit info
type BranchCommit struct {
Sha string `json:"sha,omitempty"`
Url string `json:"url,omitempty"`
Commit string `json:"commit,omitempty"`
Author string `json:"author,omitempty"`
Parents string `json:"parents,omitempty"`
Committer string `json:"committer,omitempty"`
Sha string `json:"sha,omitempty"`
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册