From 3f3278b73e260902b3b062c9b3a308c779919b57 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Wed, 16 Oct 2024 11:01:36 -0700 Subject: [PATCH] remove unused field from Group --- internal/resource/group.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/resource/group.go b/internal/resource/group.go index 0433801..202a3ce 100644 --- a/internal/resource/group.go +++ b/internal/resource/group.go @@ -48,7 +48,6 @@ type Group struct { ReadCommand *command.Command `json:"-" yaml:"-"` UpdateCommand *command.Command `json:"-" yaml:"-"` DeleteCommand *command.Command `json:"-" yaml:"-"` - config data.ConfigurationValueGetter Resources data.ResourceMapper `json:"-" yaml:"-"` groupStatus *user.Group `json:"-" yaml:"-"` }