@@ -14,19 +14,29 @@ import (
14
14
)
15
15
16
16
const (
17
- PingTemplate = "ping"
18
- ExcusesTemplate = "excuses"
19
- ChatTemplate = "chat"
20
- TodoTemplate = "todo"
21
- G2STemplate = "github-to-slack"
17
+ PingTemplate = "ping"
18
+ ExcusesTemplate = "excuses"
19
+ ChatTemplate = "chat"
20
+ TodoTemplate = "todo"
21
+ G2STemplate = "github-to-slack"
22
+ HNAlertsTemplate = "hn-alerts"
23
+ SignupTemplate = "signup"
24
+ AtlasTemplate = "mongo-atlas"
25
+ S3UploadTemplate = "presigned-s3-upload"
26
+ NgsChatTemplate = "ngs-chat"
22
27
)
23
28
24
29
var TemplateRepos = map [string ]string {
25
- PingTemplate : "https://github.com/mantil-io/template-ping" ,
26
- ExcusesTemplate : "https://github.com/mantil-io/template-excuses" ,
27
- ChatTemplate : "https://github.com/mantil-io/template-chat" ,
28
- TodoTemplate : "https://github.com/mantil-io/template-todo" ,
29
- G2STemplate : "https://github.com/mantil-io/template-github-to-slack" ,
30
+ PingTemplate : "https://github.com/mantil-io/template-ping" ,
31
+ ExcusesTemplate : "https://github.com/mantil-io/template-excuses" ,
32
+ ChatTemplate : "https://github.com/mantil-io/template-chat" ,
33
+ TodoTemplate : "https://github.com/mantil-io/template-todo" ,
34
+ G2STemplate : "https://github.com/mantil-io/template-github-to-slack" ,
35
+ HNAlertsTemplate : "https://github.com/mantil-io/example-hn-alerts" ,
36
+ SignupTemplate : "https://github.com/mantil-io/example-signup" ,
37
+ AtlasTemplate : "https://github.com/mantil-io/example-mongo-atlas" ,
38
+ S3UploadTemplate : "https://github.com/mantil-io/template-presigned-s3-upload" ,
39
+ NgsChatTemplate : "https://github.com/mantil-io/example-ngs-chat" ,
30
40
}
31
41
32
42
const (
0 commit comments