Skip to content

Commit bb639a6

Browse files
committed
Add missing set_extra_services
1 parent 548b57a commit bb639a6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

datadog-remote-config/src/fetch/single.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,9 @@ where
124124
pub fn set_config_state(&self, file: &S::StoredFile, state: ConfigApplyState) {
125125
self.fetcher.set_config_state(file.path(), state)
126126
}
127+
128+
/// See [`SingleFetcher::set_extra_services`].
129+
pub fn set_extra_services(&mut self, services: Vec<String>) {
130+
self.fetcher.set_extra_services(services);
131+
}
127132
}

0 commit comments

Comments
 (0)