zephinzer/dev

View on GitHub
internal/types/notification.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

type Notifications []Notification

type Notification interface {
    GetTitle() string
    GetMessage() string
}