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
refactor(acp-nats): per-subject structs with typed parameters
Each NATS subject is its own struct. Constructors accept AcpPrefix and
AcpSessionId instead of raw strings — no primitive obsession, no way
to pass unvalidated values. Passing the wrong subject to the wrong
function is a compile error.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
0 commit comments