NewPath provides a random path prefixed with /PATH
()
| 155 | |
| 156 | // NewPath provides a random path prefixed with /PATH |
| 157 | func NewPath() string { |
| 158 | return PrefixedRandomName("/PATH") |
| 159 | } |
| 160 | |
| 161 | // PrefixedRandomName provides a random name with structure "namePrefix-randomstring" |
| 162 | func PrefixedRandomName(namePrefix string) string { |
no test coverage detected