NewIsolationSegmentName provides a random name prefixed with INTEGRATION-ISOLATION-SEGMENT
(infix ...string)
| 59 | |
| 60 | // NewIsolationSegmentName provides a random name prefixed with INTEGRATION-ISOLATION-SEGMENT |
| 61 | func NewIsolationSegmentName(infix ...string) string { |
| 62 | return PrefixedRandomName("INTEGRATION-ISOLATION-SEGMENT") |
| 63 | } |
| 64 | |
| 65 | // NewOrgName provides a random name prefixed with INTEGRATION-ORG |
| 66 | func NewOrgName() string { |
no test coverage detected