-
-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Description
I have this SSE setup:
sse.Register(api, huma.Operation{
OperationID: "StatusEvents",
Method: http.MethodGet,
Path: path,
Summary: "Get status updates",
DefaultStatus: 200,
}, map[string]any{
// Mapping of event type name to Go struct for that event.
"status": util.StatusMessage{},
"progress": util.ProgressUpdate{},
"progressData": util.ProgressData{},
"errorMsg": util.ErrorMessage{},
}, func(ctx context.Context, input *schemas.UUIDInput, send sse.Sender) {
the openapi.yaml which I generate and put under version control is now having meaningless ordering changes every now and then:
culli
Metadata
Metadata
Assignees
Labels
No labels