Skip to content

Commit

Permalink
change interface to be compatible with info object
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Dec 5, 2023
1 parent 17d25c0 commit f78980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asconfig/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var securityRe = regexp.MustCompile(fmt.Sprintf(`^security\%s+`, sep))

// ConfGetter is an interface that defines methods for retrieving configurations.
type ConfGetter interface {
AllConfigs() (Conf, error)
AllConfigs() (map[string]interface{}, error)
GetAsInfo(cmdList ...string) (Conf, error)
}

Expand Down

0 comments on commit f78980d

Please sign in to comment.