Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Port string Timeout time.Duration UnaryInterceptors []grpc.UnaryServerInterceptor StreamInterceptos []grpc.StreamServerInterceptor // contains filtered or unexported fields }
Config is basic GRPC server config.
Click to show internal directories.
Click to hide internal directories.