From 592d8f070ec087cf3f94a949a6789739b94598f0 Mon Sep 17 00:00:00 2001 From: Simon Wirtz Date: Tue, 26 Nov 2019 22:26:52 +0100 Subject: [PATCH] Add kotlin templates to store Signed-off-by: Simon Wirtz --- templates.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 06df819..fd8f113 100644 --- a/templates.json +++ b/templates.json @@ -412,5 +412,23 @@ "description": "Crystal HTTP template", "repo": "https://github.com/koffeinfrei/crystal-http-template", "official": "false" - } + }, + { + "template": "kotlin", + "platform": "x86_64", + "language": "Kotlin", + "source": "s1monw1", + "description": "Classic Kotlin template", + "repo": "https://github.com/s1monw1/openfaas-kotlin", + "official": "false" + }, + { + "template": "kotlin-http4k", + "platform": "x86_64", + "language": "Kotlin", + "source": "s1monw1", + "description": "Http4k backed Kotlin template", + "repo": "https://github.com/s1monw1/openfaas-kotlin", + "official": "false" + } ]