Documentation ¶
Index ¶
- type Handler
- func (h *Handler) GetSegment(ctx context.Context, req *stub.GetSegmentReq) (rsp *stub.GetSegmentRsp, err error)
- func (h *Handler) GetSnowflake(ctx context.Context, req *stub.GetSnowflakeReq) (rsp *stub.GetSnowflakeRsp, err error)
- func (h *Handler) Ping(ctx context.Context, req *empty.Empty) (rsp *empty.Empty, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) GetSegment ¶
func (h *Handler) GetSegment(ctx context.Context, req *stub.GetSegmentReq) (rsp *stub.GetSegmentRsp, err error)
func (*Handler) GetSnowflake ¶
func (h *Handler) GetSnowflake(ctx context.Context, req *stub.GetSnowflakeReq) (rsp *stub.GetSnowflakeRsp, err error)
Click to show internal directories.
Click to hide internal directories.