Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageStore ¶
type MessageStore struct {
// contains filtered or unexported fields
}
func NewMessageStore ¶
func NewMessageStore() *MessageStore
func (*MessageStore) IsMessageSet ¶
func (s *MessageStore) IsMessageSet(event string) bool
func (*MessageStore) MessageFor ¶
func (s *MessageStore) MessageFor(event string) string
func (*MessageStore) SetMessage ¶
func (s *MessageStore) SetMessage(event string, message string)
Click to show internal directories.
Click to hide internal directories.