Loading internal/gitlab/release.go +0 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ type Link struct { ID int64 `json:"id,omitempty"` Name string `json:"name"` URL string `json:"url"` External bool `json:"external,omitempty"` LinkType string `json:"link_type,omitempty"` Filepath string `json:"filepath,omitempty"` } Loading internal/testdata/create_release_responses.go +0 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,6 @@ const CreateReleaseSuccessResponse = ` "id":3, "name":"hoge", "url":"https://gitlab.example.com/root/awesome-app/-/tags/v0.11.1/binaries/linux-amd64", "external":true, "link_type":"other" } ], Loading internal/testdata/get_release_responses.go +0 −2 Original line number Diff line number Diff line Loading @@ -95,7 +95,6 @@ const GetReleaseResponseSuccess = ` "id":3, "name":"hoge", "url":"https://gitlab.example.com/root/awesome-app/-/tags/v0.11.1/binaries/linux-amd64", "external":true, "link_type":"other" } ] Loading Loading @@ -206,7 +205,6 @@ const GetReleaseResponseSuccessWithHTML = ` "id":3, "name":"hoge", "url":"https://gitlab.example.com/root/awesome-app/-/tags/v0.11.1/binaries/linux-amd64", "external":true, "link_type":"other" } ] Loading Loading
internal/gitlab/release.go +0 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ type Link struct { ID int64 `json:"id,omitempty"` Name string `json:"name"` URL string `json:"url"` External bool `json:"external,omitempty"` LinkType string `json:"link_type,omitempty"` Filepath string `json:"filepath,omitempty"` } Loading
internal/testdata/create_release_responses.go +0 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,6 @@ const CreateReleaseSuccessResponse = ` "id":3, "name":"hoge", "url":"https://gitlab.example.com/root/awesome-app/-/tags/v0.11.1/binaries/linux-amd64", "external":true, "link_type":"other" } ], Loading
internal/testdata/get_release_responses.go +0 −2 Original line number Diff line number Diff line Loading @@ -95,7 +95,6 @@ const GetReleaseResponseSuccess = ` "id":3, "name":"hoge", "url":"https://gitlab.example.com/root/awesome-app/-/tags/v0.11.1/binaries/linux-amd64", "external":true, "link_type":"other" } ] Loading Loading @@ -206,7 +205,6 @@ const GetReleaseResponseSuccessWithHTML = ` "id":3, "name":"hoge", "url":"https://gitlab.example.com/root/awesome-app/-/tags/v0.11.1/binaries/linux-amd64", "external":true, "link_type":"other" } ] Loading