Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actor ¶
type Actor struct {
// contains filtered or unexported fields
}
Actor is responsible for managing the replicator.
func StartActor ¶
func StartActor(ctx context.Context, params StartActorParams) *Actor
StartActor starts a new replicator actor.
The channel exposed by [C] must be consumed by the caller.
func (*Actor) C ¶
C returns a channel that will receive the current state of the replicator. The channel is never closed.
func (*Actor) StartDestination ¶
StartDestination starts a destination stream.
func (*Actor) StopDestination ¶
StopDestination stops a destination stream.
Click to show internal directories.
Click to hide internal directories.