Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManifestStore ¶
type Service ¶
type Service struct {
App AppStore
Subscription SubscriptionStore
Manifest ManifestStore
// contains filtered or unexported fields
}
type SubscriptionStore ¶
type SubscriptionStore interface {
Get(subject apps.Subject, teamID, channelID string) ([]*apps.Subscription, error)
Save(sub *apps.Subscription) error
Delete(*apps.Subscription) error
}
Click to show internal directories.
Click to hide internal directories.