| 1959 | } |
| 1960 | |
| 1961 | type Close struct { |
| 1962 | state protoimpl.MessageState |
| 1963 | sizeCache protoimpl.SizeCache |
| 1964 | unknownFields protoimpl.UnknownFields |
| 1965 | |
| 1966 | Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"` |
| 1967 | } |
| 1968 | |
| 1969 | func (x *Close) Reset() { |
| 1970 | *x = Close{} |
nothing calls this directly
no outgoing calls
no test coverage detected