Function Notices
Need to inform or warn your end-users ? For a change or a deprecation ? Notices are here.
How It Works
Usage
Add a notice on your handler
notice := NewDeprecatedNotice("oldFunc", "please use `myNewFunc` instead")handler := sprout.New(sprout.WithNotices(notice))Types of notice (NoticeKind)
Info
Debug
Deprecated
Add a notice on your registry
Last updated