Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cacher ¶
type Cacher interface { Get(key, source string, project *domain.Project) (bool, error) Save(key, source string, project domain.Project) error Flush(project domain.Project) error }
func NewCacheClient ¶
Click to show internal directories.
Click to hide internal directories.