Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigDirectoryName = ".ipatool" CookieJarFileName = "cookies" KeychainServiceName = "ipatool-auth.service" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependencies ¶
type Dependencies struct {
Logger log.Logger
OS operatingsystem.OperatingSystem
Machine machine.Machine
CookieJar http.CookieJar
Keychain keychain.Keychain
AppStore appstore.AppStore
KeyringBackendType keyring.BackendType
}
type OutputFormat ¶
const ( OutputFormatText OutputFormat = iota OutputFormatJSON )
func OutputFormatFromString ¶
func OutputFormatFromString(value string) (OutputFormat, error)
Click to show internal directories.
Click to hide internal directories.