Documentation ¶
Index ¶
- type Client
- type ExecClient
- func (ec *ExecClient) Destroy(ctx context.Context, in *runtime.Executable) (*schedule.ExecutableDestroyResponse, error)
- func (ec *ExecClient) Disable(ctx context.Context, in *runtime.Executable) (*schedule.ExecutableDisableResponse, error)
- func (ec *ExecClient) Enable(ctx context.Context, in *runtime.Executable) (*schedule.ExecutableEnableResponse, 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 NewScheduleClient ¶
func NewScheduleClient(conn *grpc.ClientConn) Client
func (Client) ShowDisabled ¶
func (c Client) ShowDisabled(ctx context.Context, in *schedule.ShowDisabledRequest) (*schedule.ShowDisabledResponse, error)
func (Client) ShowEnabled ¶
func (c Client) ShowEnabled(ctx context.Context, in *schedule.ShowEnabledRequest) (*schedule.ShowEnabledResponse, error)
type ExecClient ¶
type ExecClient struct {
// contains filtered or unexported fields
}
func NewScheduleExecClient ¶
func NewScheduleExecClient(conn *grpc.ClientConn) ExecClient
func (*ExecClient) Destroy ¶
func (ec *ExecClient) Destroy(ctx context.Context, in *runtime.Executable) (*schedule.ExecutableDestroyResponse, error)
func (*ExecClient) Disable ¶
func (ec *ExecClient) Disable(ctx context.Context, in *runtime.Executable) (*schedule.ExecutableDisableResponse, error)
func (*ExecClient) Enable ¶
func (ec *ExecClient) Enable(ctx context.Context, in *runtime.Executable) (*schedule.ExecutableEnableResponse, error)
Click to show internal directories.
Click to hide internal directories.