Documentation ¶ Overview ¶ Package modmanageroptions provides Options for configuring a mod manager Index ¶ type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { UntrustedEnv bool // RemoveOrphanedResources is a function that the module manager can call to // remove orphaned resources from the resource graph. RemoveOrphanedResources func(ctx context.Context, rNames []resource.Name) } Options configures a modManager. Source Files ¶ View all Source files options.go Click to show internal directories. Click to hide internal directories.