Home
last modified time | relevance | path

Searched refs:FolderPasswords (Results 1 – 4 of 4) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/
H A Dwrapper.go102 FolderPasswords(device protocol.DeviceID) map[string]string methodSpec
399 func (w *wrapper) FolderPasswords(device protocol.DeviceID) map[string]string { func
402 return w.cfg.FolderPasswords(device)
H A Dconfig.go459 func (cfg Configuration) FolderPasswords(device protocol.DeviceID) map[string]string { func
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/connections/
H A Dservice.go334 …Connection(remoteID, rd, wr, c, s.model, c, deviceCfg.Compression, s.cfg.FolderPasswords(remoteID))
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/mocks/
H A Dmocked_wrapper.go739 func (fake *Wrapper) FolderPasswords(arg1 protocol.DeviceID) map[string]string { func