(namespace string)
| 921 | } |
| 922 | |
| 923 | func normalizeNamespace(namespace string) string { |
| 924 | if namespace == "_" { |
| 925 | namespace = wski18n.T("default") |
| 926 | } |
| 927 | |
| 928 | return namespace |
| 929 | } |
| 930 | |
| 931 | func getClientNamespace() string { |
| 932 | return normalizeNamespace(Client.Config.Namespace) |
no outgoing calls
no test coverage detected