Files
services/function/README.md
2021-10-11 11:54:53 +01:00

23 lines
185 B
Markdown

# Function Service
This is the Function service
Generated with
```
micro new function
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```