Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sam0x17
Last active November 3, 2018 19:02
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 sam0x17/5b26ffa0ae663f3137fdf6c982567993 to your computer and use it in GitHub Desktop.
Save sam0x17/5b26ffa0ae663f3137fdf6c982567993 to your computer and use it in GitHub Desktop.
require "gcf"
class Example < GCF::CloudFunction
def run(params : JSON::Any)
# your code here
end
end
@sam0x17
Copy link
Author

sam0x17 commented Nov 3, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment