(profile string, key string, value string)
| 13 | Delete(profile string, value string) bool |
| 14 | DeleteProfile(profile string) bool |
| 15 | Store(profile string, key string, value string) |
| 16 | Save(filename string) error |
| 17 | Load(filename string) (err error) |
| 18 | } |
no outgoing calls