X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=types.go;h=37c0d4a21c6c5f26672747edd6f42e7ee8ca7323;hp=d8868868cd299ab9f59c437c757870fee9819992;hb=6015bd22c34e8287b43b462facd5ad491296c8c2;hpb=1934f1ab83306dff45310d5b45e2a99c97e28c35 diff --git a/types.go b/types.go index d886886..37c0d4a 100644 --- 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 }