Documentation ¶
Index ¶
- type EcflowClient
- func (c *EcflowClient) Close()
- func (c *EcflowClient) CollectNode(owner string, repo string, host string, port string, path string) (*workflowmodel.WorkflowNode, error)
- func (c *EcflowClient) CollectStatusRecords(owner string, repo string, host string, port string)
- func (c *EcflowClient) Connect() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EcflowClient ¶
type EcflowClient struct { Target string Connection *grpc.ClientConn Context context.Context ServiceClient pb.EcflowClientServiceClient }
func (*EcflowClient) Close ¶
func (c *EcflowClient) Close()
func (*EcflowClient) CollectNode ¶
func (*EcflowClient) CollectStatusRecords ¶
func (c *EcflowClient) CollectStatusRecords(owner string, repo string, host string, port string)
func (*EcflowClient) Connect ¶
func (c *EcflowClient) Connect() error
Click to show internal directories.
Click to hide internal directories.