()
| 124 | type operationModeFlag operationMode |
| 125 | |
| 126 | func (p *protocolModeFlag) String() string { return string(*p) } |
| 127 | func (p *protocolModeFlag) Type() string { return "string" } |
| 128 | |
| 129 | func (p *protocolModeFlag) Set(value string) error { |
no outgoing calls