aboutsummaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/types.go b/types.go
new file mode 100644
index 0000000..d8bf42c
--- /dev/null
+++ b/types.go
@@ -0,0 +1,9 @@
+package main
+
+type display_git_tree_entry_t struct {
+ Name string
+ Mode string
+ Size int64
+ Is_file bool
+ Is_subtree bool
+}