You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(command): align Result with .NET Eventuous, add Change type with event type names
Replace Result.NewEvents ([]any) with Result.Changes ([]Change) where
Change pairs each event with its registered TypeMap name. Both Service
and AggregateService now accept *codec.TypeMap so they can resolve type
names when building the result — matching the .NET Result<TState>.Ok
shape (state, changes, globalPosition). StreamVersion is kept in Go and
will be added to .NET later.
Standardize booking sample HTTP API to return the same JSON envelope
from all command endpoints, enabling UI portability between Go and .NET
backends.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments