build: support local state group

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-25 23:28:22 +02:00
parent 9b7d30c9a0
commit 3dcb03452c
8 changed files with 222 additions and 136 deletions

View File

@ -95,6 +95,7 @@ type Options struct {
Linked bool // Linked marks this target as exclusively linked (not requested by the user).
PrintFunc *PrintFunc
SourcePolicy *spb.Policy
GroupRef string
}
type PrintFunc struct {