feat(publicip): cloudflare API support (#2502)

This commit is contained in:
Jeremy Lin
2024-10-06 06:30:33 -07:00
committed by GitHub
parent 99e9bc87cf
commit cbdd1a933c
3 changed files with 98 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ var (
ErrTokenNotValid = errors.New("token is not valid")
ErrTooManyRequests = errors.New("too many requests sent for this month")
ErrBadHTTPStatus = errors.New("bad HTTP status received")
ErrServiceLimited = errors.New("service is limited")
)