gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/gitee/model_content.go (about)

     1  /*
     2   * 码云 Open API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 5.3.2
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package gitee
    11  
    12  // 获取仓库具体路径下的内容
    13  type Content struct {
    14  	Type_       string `json:"type,omitempty"`
    15  	Encoding    string `json:"encoding,omitempty"`
    16  	Size        string `json:"size,omitempty"`
    17  	Name        string `json:"name,omitempty"`
    18  	Path        string `json:"path,omitempty"`
    19  	Content     string `json:"content,omitempty"`
    20  	Sha         string `json:"sha,omitempty"`
    21  	Url         string `json:"url,omitempty"`
    22  	HtmlUrl     string `json:"html_url,omitempty"`
    23  	DownloadUrl string `json:"download_url,omitempty"`
    24  	Links       string `json:"_links,omitempty"`
    25  }