# Functions
Attach takes an existing Getter and forwards each event retrieved from it to the provided forwarder.
NewGetterClient returns a client-side implementation of the Getter interface using the provided TTRPC client to connect to the server.
NewGetterService returns a server-side implementation of the Getter interface.
RegisterGetterService adds the Getter service as a method to the provided TTRPC server.
Republish subscribes to the provided source and publishes each received event on the provided sink.
# Interfaces
The Getter interface provides an API for retrieving containerd events from a remote event source, such as an exchange.