Documentation
¶
Index ¶
- type Cache
- func (c *Cache) Dec(key string, by int64) (int64, error)
- func (c *Cache) DequeueWork(key string) (string, error)
- func (c *Cache) Get(key string) (string, error)
- func (c *Cache) GetTyped(key string, v interface{}) error
- func (c *Cache) HasPermission(token, repo, payload string) bool
- func (c *Cache) Inc(key string, by int64) (int64, error)
- func (c *Cache) Publish(msg internal.Command) error
- func (c *Cache) PublishDocument(channel, typ string, v interface{})
- func (c *Cache) QueueWork(key, value string) error
- func (c *Cache) Set(key string, value string) error
- func (c *Cache) SetTyped(key string, v interface{}) error
- func (c *Cache) Subscribe(send chan internal.Command, token, channel string, close chan bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.