Versions in this module Expand all Collapse all v1 v1.6.1 Jul 9, 2019 Changes in this version + func RegisterSyncEndpointHandler(s server.Server, hdlr SyncEndpointHandler, opts ...server.HandlerOption) + type ResyncRequest struct + DryRun bool + Path string + Task *jobs.Task + func (*ResyncRequest) Descriptor() ([]byte, []int) + func (*ResyncRequest) ProtoMessage() + func (m *ResyncRequest) GetDryRun() bool + func (m *ResyncRequest) GetPath() string + func (m *ResyncRequest) GetTask() *jobs.Task + func (m *ResyncRequest) Reset() + func (m *ResyncRequest) String() string + type ResyncResponse struct + JsonDiff string + Success bool + Task *jobs.Task + func (*ResyncResponse) Descriptor() ([]byte, []int) + func (*ResyncResponse) ProtoMessage() + func (m *ResyncResponse) GetJsonDiff() string + func (m *ResyncResponse) GetSuccess() bool + func (m *ResyncResponse) GetTask() *jobs.Task + func (m *ResyncResponse) Reset() + func (m *ResyncResponse) String() string + type SyncEndpoint struct + func (h *SyncEndpoint) TriggerResync(ctx context.Context, in *ResyncRequest, out *ResyncResponse) error + type SyncEndpointClient interface + TriggerResync func(ctx context.Context, in *ResyncRequest, opts ...client.CallOption) (*ResyncResponse, error) + func NewSyncEndpointClient(serviceName string, c client.Client) SyncEndpointClient + type SyncEndpointHandler interface + TriggerResync func(context.Context, *ResyncRequest, *ResyncResponse) error Incompatible versions in this module v2.0.6+incompatible Apr 23, 2020