NewAppName provides a random name prefixed with INTEGRATION-APP
()
| 54 | |
| 55 | // NewAppName provides a random name prefixed with INTEGRATION-APP |
| 56 | func NewAppName() string { |
| 57 | return PrefixedRandomName("INTEGRATION-APP") |
| 58 | } |
| 59 | |
| 60 | // NewIsolationSegmentName provides a random name prefixed with INTEGRATION-ISOLATION-SEGMENT |
| 61 | func NewIsolationSegmentName(infix ...string) string { |
no test coverage detected