InitializeSessionResponse will be sent as the first response by the server.
| 481 | |
| 482 | // InitializeSessionResponse will be sent as the first response by the server. |
| 483 | type InitializeSessionResponse struct { |
| 484 | state protoimpl.MessageState `protogen:"open.v1"` |
| 485 | Parameters *RepositoryParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"` |
| 486 | unknownFields protoimpl.UnknownFields |
| 487 | sizeCache protoimpl.SizeCache |
| 488 | } |
| 489 | |
| 490 | func (x *InitializeSessionResponse) Reset() { |
| 491 | *x = InitializeSessionResponse{} |
nothing calls this directly
no outgoing calls
no test coverage detected