Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cred ¶
Cred contains Adobe account info for a user.
func ParseRecord ¶
ParseRecord constructs a Cred from the fields of a record.
type CredReader ¶
type CredReader struct {
// contains filtered or unexported fields
}
CredReader parses a credential dump into records.
func NewCredReader ¶
func NewCredReader(r io.Reader) *CredReader
NewCredReader constructs a CredReader.
func (*CredReader) Read ¶
func (r *CredReader) Read() ([]string, error)
Read reads one record from r.
type ParseError ¶
ParseError is an error returned during parsing.
func (*ParseError) Error ¶
func (err *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.