Home
last modified time | relevance | path

Searched refs:LocalDbOps (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Ddb.go211 func jsonLocalDbPut(ops LocalDbOps, id DbKey, aliases []DbKey, val *jsonw.Wrapper) error { argument
218 func jsonLocalDbGet(ops LocalDbOps, id DbKey) (*jsonw.Wrapper, error) { argument
227 func jsonLocalDbGetInto(ops LocalDbOps, obj interface{}, id DbKey) (found bool, err error) { argument
240 func jsonLocalDbPutObj(ops LocalDbOps, id DbKey, aliases []DbKey, obj interface{}) (err error) { argument
249 func jsonLocalDbLookup(ops LocalDbOps, id DbKey) (*jsonw.Wrapper, error) { argument
258 func jsonLocalDbLookupIntoMsgpack(ops LocalDbOps, obj interface{}, alias DbKey) (found bool, err er… argument
268 func jsonLocalDbGetIntoMsgpack(ops LocalDbOps, obj interface{}, id DbKey) (found bool, err error) { argument
278 func jsonLocalDbPutObjMsgpack(ops LocalDbOps, id DbKey, aliases []DbKey, obj interface{}) error { argument
H A Dinterfaces.go141 type LocalDbOps interface { interface
149 LocalDbOps
155 LocalDbOps