Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheEntry ¶
type CacheEntry struct { Key string Operation string Input string Output string State CacheState sync.Mutex // contains filtered or unexported fields }
func NewCacheEntry ¶
func NewCacheEntry(key, operation string) *CacheEntry
func (*CacheEntry) WaitInput ¶
func (c *CacheEntry) WaitInput()
type CacheState ¶
type CacheState int
const ( NEW_ENTRY CacheState = iota UPLOADING UPLOADED PROCESSING PROCESSED DOWNLOADING DONE )
Click to show internal directories.
Click to hide internal directories.