libgit2 v0.20.1 (2014-02-10T09:06:46Z)
Dub
Repo
git_cred_userpass_payload
deimos
git2
cred_helpers
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
git_cred_userpass_payload {
char
*
username
;
char
*
password
;
}
Members
Variables
password
char
*
password
;
Undocumented in source.
username
char
*
username
;
Undocumented in source.
Meta
Source
See Implementation
deimos
git2
cred_helpers
functions
git_cred_userpass
structs
git_cred_userpass_payload