| 22 | var _ StreamHandler = (*StreamHandlerV1)(nil) |
| 23 | |
| 24 | type StreamHandlerV1 struct { |
| 25 | callbackStream chatv1.ChatService_CreateConversationMessageStreamServer |
| 26 | conversationId string |
| 27 | modelSlug string |
| 28 | } |
| 29 | |
| 30 | func NewStreamHandlerV1( |
| 31 | callbackStream chatv1.ChatService_CreateConversationMessageStreamServer, |
nothing calls this directly
no outgoing calls
no test coverage detected