Documentation ¶
Index ¶
- func IsNeeded(wantedEvents string) bool
- type App
- type Caching
- type CachingBolt
- func (c *CachingBolt) Close()
- func (c *CachingBolt) CreateBucket()
- func (c *CachingBolt) GetAllApp() []App
- func (c *CachingBolt) GetAppByGuid(appGuid string) []App
- func (c *CachingBolt) GetAppInfo(appGuid string) App
- func (c *CachingBolt) GetAppInfoCache(appGuid string) App
- func (c *CachingBolt) PerformPoollingCaching(tickerTime time.Duration)
- type CachingEmpty
- func (c *CachingEmpty) Close()
- func (c *CachingEmpty) CreateBucket()
- func (c *CachingEmpty) GetAllApp() []App
- func (c *CachingEmpty) GetAppByGuid(appGuid string) []App
- func (c *CachingEmpty) GetAppInfo(appGuid string) App
- func (c *CachingEmpty) GetAppInfoCache(appGuid string) App
- func (c *CachingEmpty) PerformPoollingCaching(tickerTime time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { Name string Guid string SpaceName string SpaceGuid string OrgName string OrgGuid string IgnoredApp bool }
func (App) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (App) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*App) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*App) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Caching ¶
type Caching interface { CreateBucket() PerformPoollingCaching(time.Duration) GetAppByGuid(string) []App GetAllApp() []App GetAppInfo(string) App GetAppInfoCache(string) App Close() }
func NewCachingBolt ¶
func NewCachingEmpty ¶
func NewCachingEmpty() Caching
type CachingBolt ¶
func (*CachingBolt) Close ¶
func (c *CachingBolt) Close()
func (*CachingBolt) CreateBucket ¶
func (c *CachingBolt) CreateBucket()
func (*CachingBolt) GetAllApp ¶
func (c *CachingBolt) GetAllApp() []App
func (*CachingBolt) GetAppByGuid ¶
func (c *CachingBolt) GetAppByGuid(appGuid string) []App
func (*CachingBolt) GetAppInfo ¶
func (c *CachingBolt) GetAppInfo(appGuid string) App
func (*CachingBolt) GetAppInfoCache ¶
func (c *CachingBolt) GetAppInfoCache(appGuid string) App
func (*CachingBolt) PerformPoollingCaching ¶
func (c *CachingBolt) PerformPoollingCaching(tickerTime time.Duration)
type CachingEmpty ¶
type CachingEmpty struct{}
func (*CachingEmpty) Close ¶
func (c *CachingEmpty) Close()
func (*CachingEmpty) CreateBucket ¶
func (c *CachingEmpty) CreateBucket()
func (*CachingEmpty) GetAllApp ¶
func (c *CachingEmpty) GetAllApp() []App
func (*CachingEmpty) GetAppByGuid ¶
func (c *CachingEmpty) GetAppByGuid(appGuid string) []App
func (*CachingEmpty) GetAppInfo ¶
func (c *CachingEmpty) GetAppInfo(appGuid string) App
func (*CachingEmpty) GetAppInfoCache ¶
func (c *CachingEmpty) GetAppInfoCache(appGuid string) App
func (*CachingEmpty) PerformPoollingCaching ¶
func (c *CachingEmpty) PerformPoollingCaching(tickerTime time.Duration)
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.