Documentation
¶
Index ¶
- Variables
- type DB
- func (d *DB) GC() error
- func (d *DB) GetEvaluation(id string) (string, error)
- func (d *DB) GetImageTags(image fresh_container.Image) ([]string, error)
- func (d *DB) IsJobQueued(id string) (bool, error)
- func (d *DB) RemoveJobFromQueue(id string) error
- func (d *DB) SetEvaluation(id string, result []byte) error
- func (d *DB) SetImageTags(image fresh_container.Image, tags []string) error
- func (d *DB) SetJobQueued(id string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorEvaluationNotFound = errors.New("Evaluation not found")
)
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) GetImageTags ¶
func (d *DB) GetImageTags(image fresh_container.Image) ([]string, error)
func (*DB) RemoveJobFromQueue ¶
func (*DB) SetImageTags ¶
func (d *DB) SetImageTags(image fresh_container.Image, tags []string) error
func (*DB) SetJobQueued ¶
Click to show internal directories.
Click to hide internal directories.