mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 08:45:30 +03:00
type the CredentialKind values
Co-Authored-By: Amine <hilalyamine@gmail.com>
This commit is contained in:
parent
b92adfcb5f
commit
4c6d33e48e
@ -22,8 +22,8 @@ const (
|
||||
type CredentialKind string
|
||||
|
||||
const (
|
||||
KindToken = "token"
|
||||
KindLoginPassword = "login-password"
|
||||
KindToken CredentialKind = "token"
|
||||
KindLoginPassword CredentialKind = "login-password"
|
||||
)
|
||||
|
||||
var ErrCredentialNotExist = errors.New("credential doesn't exist")
|
||||
|
Loading…
Reference in New Issue
Block a user