Documentation
¶
Index ¶
- func GetConfigFilePath() string
- type Config
- type State
- func (state *State) GetArchiveBackupPath() string
- func (state *State) GetArchivePath() string
- func (state *State) GetIdentity() *age.X25519Identity
- func (state *State) GetRecipient() *age.X25519Recipient
- func (state *State) GetSymlinkTargetPath() string
- func (state *State) GetTemporaryDirectoryPath() string
- func (state *State) IsClose() bool
- func (state *State) IsOpen() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigFilePath ¶
func GetConfigFilePath() string
Types ¶
type State ¶
type State struct { Name string EncryptedPath string DecryptedPath string // contains filtered or unexported fields }
func (*State) GetArchiveBackupPath ¶
func (*State) GetArchivePath ¶
func (*State) GetIdentity ¶
func (state *State) GetIdentity() *age.X25519Identity
func (*State) GetRecipient ¶
func (state *State) GetRecipient() *age.X25519Recipient
func (*State) GetSymlinkTargetPath ¶
func (*State) GetTemporaryDirectoryPath ¶
Click to show internal directories.
Click to hide internal directories.