Documentation
¶
Index ¶
Constants ¶
View Source
const (
EventStatusPublished pubsub.EventType = "status_published"
)
Variables ¶
This section is empty.
Functions ¶
func InitService ¶
func InitService() error
Types ¶
type Service ¶
type Service interface { pubsub.Subscriber[StatusMessage] Info(message string) Warn(message string) Error(message string) Debug(message string) }
func GetService ¶
func GetService() Service
Click to show internal directories.
Click to hide internal directories.