Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublisherBuilder ¶
type PublisherBuilder interface { // Publisher returns the constructed Publisher instance Publisher() publish.Publisher // Close Publisher and all associated resources Close() error // CloseWarn is like Close, but logs error instead of returning it (suitable for use in defer) CloseWarn() }
PublisherBuilder is an interface for constructing a publisher for a given thelma app
Click to show internal directories.
Click to hide internal directories.