Versions in this module Expand all Collapse all v0 v0.1.0 Mar 1, 2021 Changes in this version + type AppServices struct + func NewAppServices(mm *pluginapi.Client, conf api.Configurator, store api.Store) *AppServices + func (a *AppServices) KVDelete(botUserID, prefix, id string) error + func (a *AppServices) KVGet(botUserID, prefix, id string, ref interface{}) error + func (a *AppServices) KVSet(botUserID, prefix, id string, ref interface{}) (bool, error) + func (a *AppServices) Subscribe(sub *apps.Subscription) error + func (a *AppServices) Unsubscribe(sub *apps.Subscription) error