Documentation ¶ Index ¶ type PingLogic func NewPingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PingLogic func (l *PingLogic) Ping(in *best_rpc.Request) (*best_rpc.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type PingLogic ¶ type PingLogic struct { logx.Logger // contains filtered or unexported fields } func NewPingLogic ¶ func NewPingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PingLogic func (*PingLogic) Ping ¶ func (l *PingLogic) Ping(in *best_rpc.Request) (*best_rpc.Response, error) Source Files ¶ View all Source files pinglogic.go Click to show internal directories. Click to hide internal directories.