CommunityToolkit.Aspire.Hosting.GoFeatureFlag
📦 CommunityToolkit.Aspire.Hosting.GoFeatureFlagv13.4.04Functions
2Types
2 types and 5 members
Types
Functions
method
addGoFeatureFlagbuilderAdds an GO Feature Flag container resource to the application model. The default image is and the tag is .
addGoFeatureFlag(name: string, pathToConfigFile?: string, port?: number): GoFeatureFlagResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a GO Feature flag container resource.
withDataVolume(name?: string): GoFeatureFlagResourcemethod
withGoffBindMountbuilderAdds a bind mount for the goff configuration folder to a GO Feature flag container resource.
withGoffBindMount(source: string): GoFeatureFlagResourcemethod
withLogLevelbuilderwithLogLevel(logLevel: GoFeatureFlagLogLevel): GoFeatureFlagResource