Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppServiceCache ¶
type AppServiceCache interface { Add(appService appservice.AppService) Remove(appService appservice.AppService) RemoveApp(appId string) []appservice.AppService Get(appId string) []appservice.AppService Exists(appService appservice.AppService) bool }
type AppServiceWatcherCache ¶
type AppServiceWatcherCache interface { AppServiceCache GetAll() []appservice.AppService Size() int }
func NewAppServiceCache ¶
func NewAppServiceCache() AppServiceWatcherCache
Click to show internal directories.
Click to hide internal directories.