novuhq / docs

Novu documentation - The Masterpiece
https://docs.novu.co
39 stars 79 forks source link

Issue on docs #489

Open eranbranovate opened 5 months ago

eranbranovate commented 5 months ago

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
jainpawan21 commented 5 months ago

@unicodeveloper

unicodeveloper commented 5 months ago

@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?