mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-28 03:36:09 +01:00
Fix some Codacy warnings
This commit is contained in:
parent
41ce5a3b32
commit
ad12b483ff
5 changed files with 30 additions and 21 deletions
|
|
@ -16,10 +16,12 @@ type Handler struct {
|
|||
Client container.Client
|
||||
}
|
||||
|
||||
// CheckRequest defines the type for the request data of the Check endpoint
|
||||
type CheckRequest struct {
|
||||
ContainerId string
|
||||
}
|
||||
|
||||
// CheckResponse defines the type for the response data of the Check endpoint
|
||||
type CheckResponse struct {
|
||||
ContainerId string
|
||||
HasUpdate bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue