Documentation
¶
Index ¶
- func AppendAccountData(m map[uintptr]uintptr, account string, password string)
- func AppendReturnData(m map[uintptr]uintptr)
- func AppendSearchData(m map[uintptr]uintptr, service string)
- func Delete(search cfdictionary.CFDictionary) error
- func Load(cDict cfdictionary.CFDictionary) (cfdictionary.CFDictionary, error)
- func Save(cDict cfdictionary.CFDictionary) error
- func Update(search cfdictionary.CFDictionary, update cfdictionary.CFDictionary) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendAccountData ¶
AppendAccountData appends to a go map with C-Types the account data
func AppendReturnData ¶
AppendReturnData appends to a go map with C-Types the return definition
func AppendSearchData ¶
AppendSearchData appends to a go map with C-Types the searching data
func Delete ¶
func Delete(search cfdictionary.CFDictionary) error
Delete deletes an account given in a C-Dict
func Load ¶
func Load(cDict cfdictionary.CFDictionary) (cfdictionary.CFDictionary, error)
Load loads an account given in a C-Dict o the keychain
func Save ¶
func Save(cDict cfdictionary.CFDictionary) error
Save saves an account given in a C-Dict o the keychain
func Update ¶
func Update(search cfdictionary.CFDictionary, update cfdictionary.CFDictionary) error
Update updates an account given in a C-Dict with the given values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.