Home
last modified time | relevance | path

Searched defs:GetAllUsernames (Results 1 – 3 of 3) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dconfig.go289 func (f *JSONConfigFile) GetAllUsernames() (current NormalizedUsername, others []NormalizedUsername… func
H A Denv.go154 func (n NullConfiguration) GetAllUsernames() (NormalizedUsername, []NormalizedUsername, error) { func
H A Dinterfaces.go203 GetAllUsernames() (current NormalizedUsername, others []NormalizedUsername, err error) methodSpec