This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / api / tangled / gitdefs.go
449 B 17 lines
1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. 2 3package tangled 4 5// schema: sh.tangled.git.defs 6 7const () 8 9// GitDefs_Signature is a "signature" in the sh.tangled.git.defs schema. 10type GitDefs_Signature struct { 11 // email: Person email 12 Email string `json:"email" cborgen:"email"` 13 // name: Person name 14 Name string `json:"name" cborgen:"name"` 15 // when: Timestamp of the signature 16 When string `json:"when" cborgen:"when"` 17}