Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGrpcServer ¶
func NewGrpcServer(op GrpcOptions) *grpc.Server
func NewHttpServer ¶
func NewHttpServer(op HttpOptions) (*echo.Echo, *http.Server)
func StartServer ¶
func StartServer(op StartServerOptions)
Types ¶
type GrpcOptions ¶
type GrpcOptions struct {
Logger *zap.SugaredLogger
LongTimeout bool
LargeFile bool
DisableReflection bool
}
type HttpOptions ¶
type StartServerOptions ¶
Click to show internal directories.
Click to hide internal directories.