Skip to content

Instantly share code, notes, and snippets.

@kirshiyin89
Created September 30, 2020 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirshiyin89/4752604630b76d32655855deadfab6be to your computer and use it in GitHub Desktop.
Save kirshiyin89/4752604630b76d32655855deadfab6be to your computer and use it in GitHub Desktop.
preapring the etcd service call
Future<List> getConfigData(String prefix) {
print("get config data for $prefix");
return fetchServerInfo(prefix);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment