Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppKVStore ¶ added in v0.3.0
type ManifestStore ¶
type OAuth2Store ¶ added in v0.3.0
type Service ¶
type Service struct {
App AppStore
Subscription SubscriptionStore
Manifest ManifestStore
AppKV AppKVStore
OAuth2 OAuth2Store
// 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.