Created
July 26, 2019 15:29
-
-
Save sescobb27/14d4ba545665c867988e8eb3fb6d05bd to your computer and use it in GitHub Desktop.
This file contains 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
fun = | |
Gobgpapi.StartBgpRequest | |
|> to_string() | |
|> String.split(".") | |
|> List.last() | |
|> String.replace("Request", "") | |
|> Macro.underscore() | |
|> String.to_atom() | |
apply(MyModule, fun, args) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment