Add micro.mu files

This commit is contained in:
Ben Toogood
2020-10-19 12:59:34 +01:00
parent 00e9b92a14
commit 5e10331260
15 changed files with 15 additions and 0 deletions

1
blog/comments/micro.mu Normal file
View File

@@ -0,0 +1 @@
service comments

1
blog/posts/micro.mu Normal file
View File

@@ -0,0 +1 @@
service posts

1
blog/tags/micro.mu Normal file
View File

@@ -0,0 +1 @@
service tags

1
chat/micro.mu Normal file
View File

@@ -0,0 +1 @@
service chat

1
helloworld/micro.mu Normal file
View File

@@ -0,0 +1 @@
service helloworld

1
messages/micro.mu Normal file
View File

@@ -0,0 +1 @@
service messages

1
notes/notes.mu Normal file
View File

@@ -0,0 +1 @@
service notes

1
test/blob-store/micro.mu Normal file
View File

@@ -0,0 +1 @@
service blob-store

1
test/conf/micro.mu Normal file
View File

@@ -0,0 +1 @@
service conf

1
test/events/micro.mu Normal file
View File

@@ -0,0 +1 @@
service events

1
test/kv/micro.mu Normal file
View File

@@ -0,0 +1 @@
package kv

1
test/logger/micro.mu Normal file
View File

@@ -0,0 +1 @@
package logger

1
test/pubsub/micro.mu Normal file
View File

@@ -0,0 +1 @@
service pubsub

View File

@@ -0,0 +1 @@
service routes

View File

@@ -0,0 +1 @@
service template