cloudflare-go
cloudflare-go copied to clipboard
WriteWorkersKVEntry missing metadata
trafficstars
Confirmation
- [X] My issue isn't already found on the issue tracker.
- [X] I have replicated my issue using the latest version of the library and it is still present.
cloudflare-go version
v0.103.0
Go environment
N/A
Expected output
type WriteWorkersKVEntryParams struct {
NamespaceID string
Key string
Value []byte
}
Should also include metadata as per documentation
Actual output
N/A
Code demonstrating the issue
N/A
Steps to reproduce
N/A
References
No response