mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
zen: rate limit
This commit is contained in:
parent
9cd465f9c0
commit
30b1ae5d4b
29 changed files with 620 additions and 419 deletions
|
|
@ -25,10 +25,17 @@ class Resource:
|
|||
type: str
|
||||
url: str
|
||||
class AuthStorage:
|
||||
namespaceId: str
|
||||
type: str
|
||||
class Bucket:
|
||||
name: str
|
||||
type: str
|
||||
class CLOUDFLARE_API_TOKEN:
|
||||
type: str
|
||||
value: str
|
||||
class CLOUDFLARE_DEFAULT_ACCOUNT_ID:
|
||||
type: str
|
||||
value: str
|
||||
class Console:
|
||||
type: str
|
||||
url: str
|
||||
|
|
@ -60,6 +67,9 @@ class Resource:
|
|||
class GOOGLE_CLIENT_ID:
|
||||
type: str
|
||||
value: str
|
||||
class GatewayKv:
|
||||
namespaceId: str
|
||||
type: str
|
||||
class HONEYCOMB_API_KEY:
|
||||
type: str
|
||||
value: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue