File: sshkeys.t

package info (click to toggle)
gcli 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,476 kB
  • sloc: ansic: 25,411; sh: 580; makefile: 509; yacc: 261; lex: 59
file content (10 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
include "gcli/sshkeys.h";

parser gitlab_sshkey is
object of struct gcli_sshkey with
	("title" => title as string,
	 "id" => id as id,
	 "key" => key as string,
	 "created_at" => created_at as iso8601_time);

parser gitlab_sshkeys is array of struct gcli_sshkey use parse_gitlab_sshkey;