Create limiters

This commit is contained in:
Ian Gulliver
2021-09-26 04:25:06 +00:00
parent 1846eb45bc
commit eb56b5ddd9
3 changed files with 14 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
package client
type WorkspaceClient struct {
client *Client
workspace *Workspace
client *Client
workspace *Workspace
rateLimitSearch *RateLimit
}