Documentation
¶
Index ¶
- type Client
- func (c *Client) GetPipelineInfo(ctx context.Context, address string) (*pb.GetPipelineInfoResponse, error)
- func (c *Client) GetReplicaCount(ctx context.Context, address string) (pb.GetReplicaCountResponse, error)
- func (c *Client) SendReq(ctx context.Context, address string, req *pb.Request) (*pb.Response, error)
- func (c *Client) ShowProcessList(ctx context.Context, address string) (*pb.ShowProcessListResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetPipelineInfo ¶
func (*Client) GetReplicaCount ¶
func (*Client) ShowProcessList ¶
Click to show internal directories.
Click to hide internal directories.