DeployedPackageOptions are options for the DeployedPackage function
func(*DeployedPackage)
| 608 | |
| 609 | // DeployedPackageOptions are options for the DeployedPackage function |
| 610 | type DeployedPackageOptions func(*DeployedPackage) |
| 611 | |
| 612 | // WithPackageNamespaceOverride sets the [ALPHA] optional namespace override for a package during deployment |
| 613 | func WithPackageNamespaceOverride(namespaceOverride string) DeployedPackageOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected