Moved ratelimit to pkg

This commit is contained in:
Philipp Wolfer 2023-12-11 23:21:29 +01:00
parent c4da3a40cc
commit 6ac2b4f142
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
4 changed files with 12 additions and 3 deletions

View file

@ -26,8 +26,8 @@ import (
"strconv"
"github.com/go-resty/resty/v2"
"go.uploadedlobster.com/scotty/internal/ratelimit"
"go.uploadedlobster.com/scotty/internal/version"
"go.uploadedlobster.com/scotty/pkg/ratelimit"
)
const MaxItemsPerGet = 50