()
| 144 | func (*Driver) ProtoMessage() {} |
| 145 | |
| 146 | func (x *Driver) ProtoReflect() protoreflect.Message { |
| 147 | mi := &file_driver_proto_msgTypes[2] |
| 148 | if x != nil { |
| 149 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 150 | if ms.LoadMessageInfo() == nil { |
| 151 | ms.StoreMessageInfo(mi) |
| 152 | } |
| 153 | return ms |
| 154 | } |
| 155 | return mi.MessageOf(x) |
| 156 | } |
| 157 | |
| 158 | // Deprecated: Use Driver.ProtoReflect.Descriptor instead. |
| 159 | func (*Driver) Descriptor() ([]byte, []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected