docs
docs copied to clipboard
Issue on docs
Path: /quickstarts/go
&novu.Config{RetryConfig: &novu.RetryConfigType{RetryMax: 3, WaitMin: 1 * time.Second, WaitMax: 5 * time.Second, InitialDelay: 0 * time.Second}}
the novu.Config only consists those parameters
BackendURL *url.URL
HttpClient *http.Client
@unicodeveloper
@eranbranovate We have it here https://github.com/novuhq/go-novu/blob/master/lib/novu.go#L31.
Are you saying it's not in your sdk version?