Created
April 29, 2014 23:27
-
-
Save nileema/cdf71234ca0fa3ca1db6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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