# Structs
ObservableImpl provides a base implementation of the Observable interface it should be embedded in all tailpipe plugin, collection and source implementations (via collection.RowSourceImpl, source.RowSourceImpl and plugin.RowSourceImpl).
# Interfaces
No description provided by the author
Observer is the interface that all observers must implement.