mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 10:47:06 +02:00
v0.26.0
This commit is contained in:
@@ -36,7 +36,7 @@ type Provider interface {
|
||||
|
||||
// Status and monitoring
|
||||
ContainerStatus(ctx context.Context) (ContainerStatus, error)
|
||||
Watch(ctx context.Context) (eventCh <-chan events.Event, errCh <-chan gperr.Error)
|
||||
Watch(ctx context.Context) (eventCh <-chan events.Event, errCh <-chan error)
|
||||
|
||||
// Cleanup
|
||||
Close()
|
||||
|
||||
Reference in New Issue
Block a user