Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty = timedscheduler.Empty
type Timedscheduler ¶
type Timedscheduler interface {
Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
}
func NewDirectTimedscheduler ¶
func NewDirectTimedscheduler(svcCtx *svc.ServiceContext, svr timedscheduler.TimedschedulerServer) Timedscheduler
func NewTimedscheduler ¶
func NewTimedscheduler(cli zrpc.Client) Timedscheduler
Click to show internal directories.
Click to hide internal directories.