1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-14 00:11:28 +05:30

Implemented list functionality for secretservice- linux

Signed-off-by: Avi Vaid <avaid1996@gmail.com>
This commit is contained in:
Avi Vaid
2016-07-11 19:33:35 -04:00
parent 5a8fb214ed
commit 72661b3103
5 changed files with 70 additions and 2 deletions
+1
View File
@@ -9,3 +9,4 @@ const SecretSchema *docker_get_schema(void) G_GNUC_CONST;
GError *add(char *server, char *username, char *secret);
GError *delete(char *server);
GError *get(char *server, char **username, char **secret);
GError *list(char *** paths, char *** accts, unsigned int *list_l);