Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Announcement ¶
Announcement represents a message to be shouted out
type Announcer ¶
type Announcer interface {
Announce(Announcement) error
}
Announcer provides a simple interface to announce things