chore(proto): Add ping request.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
14a345504f
commit
4d7ef95d40
8 changed files with 179 additions and 7 deletions
|
@ -22,7 +22,7 @@ func WithClient(c client.APIClient) Option {
|
|||
})
|
||||
}
|
||||
|
||||
// WithHidePull set custom client
|
||||
// WithHidePull hide pull event.
|
||||
func WithHidePull(v bool) Option {
|
||||
return OptionFunc(func(q *Docker) {
|
||||
q.hidePull = v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue