Update Structs #524

Merged
lunny merged 15 commits from 6543/go-sdk:update-structs into master 2021-07-01 15:10:22 +00:00
Showing only changes of commit 2a18564a9d - Show all commits

View File

@ -11,6 +11,7 @@ import (
// Tag represents a repository tag
type Tag struct {
Name string `json:"name"`
Message string `json:"message"`
ID string `json:"id"`
Commit *CommitMeta `json:"commit"`
ZipballURL string `json:"zipball_url"`