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
Hi. The go-diameter defines CER/CEA and DWR/DWA handlers and initialize state machine using the handlers. But for more flexibility the go-diameter should allow developers to use their own custom CER/CEA and DWR/DWA handlers. In my cases, I implemented common logging codes into my handlers (e.g. AIR/AIA and ULR/ULA). I want to use custom CER/CEA and DWR/DWA handlers that includes my common logging codes. Is there any possible way to do this?
The text was updated successfully, but these errors were encountered:
Hi. The go-diameter defines CER/CEA and DWR/DWA handlers and initialize state machine using the handlers. But for more flexibility the go-diameter should allow developers to use their own custom CER/CEA and DWR/DWA handlers. In my cases, I implemented common logging codes into my handlers (e.g. AIR/AIA and ULR/ULA). I want to use custom CER/CEA and DWR/DWA handlers that includes my common logging codes. Is there any possible way to do this?
The text was updated successfully, but these errors were encountered: