go-diameter
go-diameter copied to clipboard
Custom handler configuration
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?
@fiorix Any info / thoughts on this?