This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
This release introduces a few breaking changes:
- All client methods now accept
context.Context
as first argument. t38c.New()
now acceptst38c.Config{}
struct instead of functional options.- Event subscription commands uses new
t38c.EventHandler
interface instead of raw function.
All examples and readme have been updated to the new api.