| 130 | } |
| 131 | |
| 132 | type drpcProvisioner_SessionStream struct { |
| 133 | drpc.Stream |
| 134 | } |
| 135 | |
| 136 | func (x *drpcProvisioner_SessionStream) Send(m *Response) error { |
| 137 | return x.MsgSend(m, drpcEncoding_File_provisionersdk_proto_provisioner_proto{}) |
nothing calls this directly
no outgoing calls
no test coverage detected