Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecureModeExec ¶
type SecureModeExec struct {
// contains filtered or unexported fields
}
func NewSecureModeExec ¶
func NewSecureModeExec(c internal.Context, logger logger.Logger) SecureModeExec
func (SecureModeExec) Decrypt ¶
func (s SecureModeExec) Decrypt() bool
Decrypt decrypts data on disk.
func (SecureModeExec) Encrypt ¶
func (s SecureModeExec) Encrypt(secret string) bool
Encrypt (re)encrypts data on disk with the new {secret}.
type UpdateReadmeExec ¶
type UpdateReadmeExec struct {
// contains filtered or unexported fields
}
func NewUpdateReadmeExec ¶
func NewUpdateReadmeExec(c internal.Context, logger logger.Logger) UpdateReadmeExec
func (UpdateReadmeExec) Update ¶
func (u UpdateReadmeExec) Update(documentation string)
Update updates the README.md using the documentation helper.
Click to show internal directories.
Click to hide internal directories.