add grpc server support

This commit is contained in:
yanghao05
2023-05-06 15:29:16 +08:00
parent 3a9a1a6eeb
commit 4964b59b2c
9 changed files with 156 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
)
const ConfigPrefix = "Http"
const DefaultPrefix = "Http"
type Config struct {
Static *string