# Functions
NewBackupFile initialises a backup file for reading using the provided path and password.
No description provided by the author
NewMultiWriter returns a new instance of a multi writer.
NewSMSFromStatement constructs an XML SMS struct from a SQL statement.
ParametersToMMS converts a set of SQL parameters to a single MMS.
ParametersToPart converts a set of SQL parameters to a single part.
ParametersToSMS converts a set of SQL parameters to a single SMS.
StatementToMMS converts a of SQL statement to a single MMS.
StatementToPart converts a of SQL statement to a single part.
StatementToSMS converts a of SQL statement to a single SMS.
StatementToStringArray formats a SqlStatement fairly literally as an array.
# Variables
CSV column headers.
ProtoCommitHash is the commit hash of the Signal Protobuf spec.
CSV column headers.
# Structs
BackupFile holds the internal state of decryption of a Signal backup.
MMS represents a Multimedia Messaging Service record.
MMSPart holds a data blob for an MMS.
MultiWriter is a convenience wrapper around an io.Writer to allow multiple consecutive (safe) writes.
SMS represents a Short Message Service record.
SMSes holds a set of MMS or SMS records.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
SMSType is an SMS type as defined by the XML backup spec.