(timeField string)
| 64 | } |
| 65 | |
| 66 | func validListTimeField(timeField string) bool { |
| 67 | switch timeField { |
| 68 | case "", "server", "client": |
| 69 | return true |
| 70 | default: |
| 71 | return false |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | func validListTimeFormat(timeFormat string) bool { |
| 76 | switch timeFormat { |
no outgoing calls
no test coverage detected