Skip to content

Instantly share code, notes, and snippets.

@nileema
Created April 29, 2014 23:27
Show Gist options
  • Save nileema/cdf71234ca0fa3ca1db6 to your computer and use it in GitHub Desktop.
Save nileema/cdf71234ca0fa3ca1db6 to your computer and use it in GitHub Desktop.
struct BlacklistEntry {
1: optional string user;
2: optional string source;
3: optional string host;
}
struct PrestoBlacklistConfig {
1: list<BlacklistEntry> blacklistedEntries;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment