Skip to content

Commit

Permalink
fixup! Add first cut of git-credential-fdoss
Browse files Browse the repository at this point in the history
Use shorter sentences explaining NewSecretSecvice.

Addresses: #3 (comment)
  • Loading branch information
camh- committed Aug 27, 2024
1 parent c1dba53 commit a54ee5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dbus.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ type Secret struct {

// NewSecretService constructs and returns a SecretService for acting as a
// client on the DBus session bus to the Secret Service. It establishes a
// session with the secret service, although currently only can configure
// "plain" encryption (i.e. no encryption).
// session with the secret service. The session is configured only with "plain"
// encryption currently (i.e. no encryption). Encrypted sessions are still to
// be implemented.
//
// If the connection to DBus could not be established or the session could not
// be created, an error is retured instead.
Expand Down

0 comments on commit a54ee5f

Please sign in to comment.