aboutsummaryrefslogtreecommitdiffstats
path: root/common/db.go
blob: 408b1e7558669396802ac043b27f3dd6552b2185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package common

// Database interface
type Database interface {
    Put(key []byte, value []byte)
    Get(key []byte) ([]byte, error)
    Delete(key []byte) error
    LastKnownTD() []byte
    Close()
}
sd-ports-gnome/log/french/hyphen?id=3a61351c018aef0ce73a4353f9bd5d41298cac7a'>hyphen
Commit message (Expand)AuthorAgeFilesLines
* - Add NO_ARCHsunpoet2015-07-181-0/+1
* cleanup plistbapt2014-12-211-1/+0
* - Add LICENSEsunpoet2014-07-171-0/+2
* Convert f* to USES=zipbapt2014-03-081-1/+1
* - Add my LOCAL to MASTER_SITESsunpoet2013-11-182-3/+4
* - Use single space after WWW:sunpoet2013-11-181-1/+1
* Stagifybapt2013-11-041-1/+1
* Support stagebapt2013-09-241-4/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - update to 3.0bapt2012-09-212-14/+8
* - Set DIST_SUBDIR: move dist files to DISTDIR/hyphensunpoet2011-08-182-2/+3
* - Set WRKSRCsunpoet2011-08-131-1/+2
* - Move language prefix to PKGNAMEPREFIXsunpoet2011-07-291-12/+9
* Pass matainership to the new office teambapt2011-07-221-1/+1