Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecureFile ¶
type SecureFile struct { File string Key string Locked bool // contains filtered or unexported fields }
func NewSecureFile ¶
func NewSecureFile(file, key string) (SecureFile, error)
NewSecureFile takes a file and optional key arg
Click to show internal directories.
Click to hide internal directories.