# Functions
NewChangesFollower returns a new ChangesFollower or an error if provided configuration is invalid.
NewChangesFollowerWithContext returns a new ChangesFollower initiated with a given context or an error if provided configuration is invalid.
# Constants
Always suppress transient errors.
BatchSize is the default number of document to pull in a single request.
Finite mode is an alias for StartOneOff().
Listen mode is an alias for Start().
LongpollTimeout is set to give the changes request a chance to be answered before the client timeout it is set to 3 seconds less.
Never suppress transient errors.
Timer specifies a time duration for suppressing transient errors.
# Structs
ChangesFollower is a helper for using the changes feed.
ChangesItem is a wrapper structure around cloudantv1.ChangesResultItem with addtitional attribute Error for errors received during the run.
# Type aliases
Mode are enums for changes follower's operation mode.
TransientErrorSuppression are enums for changes follower's transient errors suppression mode.