Home
last modified time | relevance | path

Searched defs:GetChatDelivererInterval (Results 1 – 4 of 4) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dconfig.go640 func (f *JSONConfigFile) GetChatDelivererInterval() (time.Duration, bool) { func
H A Denv.go108 func (n NullConfiguration) GetChatDelivererInterval() (time.Duration, bool) { return 0, false } func
1016 func (e *Env) GetChatDelivererInterval() time.Duration { func
H A Dinterfaces.go101 GetChatDelivererInterval() (time.Duration, bool) methodSpec
/dports/security/keybase/client-v5.7.1/go/libcmdline/
H A Dcmdline.go202 func (p CommandLine) GetChatDelivererInterval() (time.Duration, bool) { func