aboutsummaryrefslogtreecommitdiff
path: root/irc/kcpd/stdlibsvc/functions/main/function.json
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-04-14 01:36:45 -0700
committerChristine Dodrill <me@christine.website>2017-04-14 01:36:45 -0700
commit249836270b7e1fe145296b5aa0ef644dcd99bb71 (patch)
tree40c3750f4bc838c3c01d1fd4831bcc750e890ca4 /irc/kcpd/stdlibsvc/functions/main/function.json
parent07eac9e223ae6a8a59d007b9df3ff12481111e42 (diff)
downloadx-249836270b7e1fe145296b5aa0ef644dcd99bb71.tar.xz
x-249836270b7e1fe145296b5aa0ef644dcd99bb71.zip
kcpd: add stdlib backend service
Diffstat (limited to 'irc/kcpd/stdlibsvc/functions/main/function.json')
-rw-r--r--irc/kcpd/stdlibsvc/functions/main/function.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/irc/kcpd/stdlibsvc/functions/main/function.json b/irc/kcpd/stdlibsvc/functions/main/function.json
new file mode 100644
index 0000000..3fa3c9f
--- /dev/null
+++ b/irc/kcpd/stdlibsvc/functions/main/function.json
@@ -0,0 +1,15 @@
+{
+ "name": "main",
+ "description": "Function",
+ "args": [
+ "First argument",
+ "Second argument"
+ ],
+ "kwargs": {
+ "alpha": "Keyword argument alpha",
+ "beta": "Keyword argument beta"
+ },
+ "http": {
+ "headers": {}
+ }
+} \ No newline at end of file