Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ENV_DEBUG = "debug" ENV_PRODUCTION = "production" )
View Source
var DefaultConfig = &Config{ UnaryInterceptor: []grpc.UnaryServerInterceptor{}, StreamInterceptor: []grpc.StreamServerInterceptor{}, ServerOpts: []grpc.ServerOption{}, }
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Env string Name string Addr string UnaryInterceptor []grpc.UnaryServerInterceptor StreamInterceptor []grpc.StreamServerInterceptor ServerOpts []grpc.ServerOption }
公共配置模板
Click to show internal directories.
Click to hide internal directories.