Replace/UpsertReplace support

This commit is contained in:
Ian Gulliver
2024-06-23 16:32:28 -07:00
parent 6abf2d051e
commit fd97e6ecca
6 changed files with 89 additions and 25 deletions

View File

@@ -47,3 +47,7 @@ func (c *Client) SetRateLimit(rateLimit int) {
func (c *Client) waitForRateLimit() {
<-c.rateLimiter
}
func P(s string) *string {
return &s
}