aboutsummaryrefslogtreecommitdiff
path: root/irc/kcpd/stdlibsvc/functions/main/function.json
diff options
context:
space:
mode:
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