Versions in this module Expand all Collapse all v0 v0.1.2 Jun 3, 2020 Changes in this version + func NewClientConn(argoServer string) (*grpc.ClientConn, error) + func NewContext(auth string) context.Context + type Client interface + NewArchivedWorkflowServiceClient func() (workflowarchivepkg.ArchivedWorkflowServiceClient, error) + NewCronWorkflowServiceClient func() cronworkflowpkg.CronWorkflowServiceClient + NewWorkflowServiceClient func() workflowpkg.WorkflowServiceClient + NewWorkflowTemplateServiceClient func() workflowtemplatepkg.WorkflowTemplateServiceClient + func NewClient(argoServer string, authSupplier func() string, ...) (context.Context, Client, error)