You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: The dataClient will be used to save to agent's data client as well as start the ACK timer. This will be added once the data client functionality have been added
49
45
// dataClient data.Client
46
+
cfg*config.Config
50
47
discoveryClient apiebs.EBSDiscovery
51
48
csiClient csi.CSIClient
52
49
scanTicker*time.Ticker
@@ -57,15 +54,16 @@ type EBSWatcher struct {
57
54
58
55
// NewWatcher is used to return a new instance of the EBSWatcher struct
0 commit comments