mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
23 lines
185 B
Markdown
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 .
|
|
``` |