]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - types.go
remote: show group/trigger in verbose log for commands
[safcm/safcm.git] / types.go
index d8868868cd299ab9f59c437c757870fee9819992..37c0d4a21c6c5f26672747edd6f42e7ee8ca7323 100644 (file)
--- a/types.go
+++ b/types.go
@@ -107,6 +107,7 @@ type File struct {
 }
 
 type Command struct {
+       OrigGroup string // group which provided this command
        Cmd string
 }