cloudflare-go icon indicating copy to clipboard operation
cloudflare-go copied to clipboard

WriteWorkersKVEntry missing metadata

Open aliforever opened this issue 1 year ago • 0 comments
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

WriteWorkersKVEntryParams

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

aliforever avatar Sep 10 '24 15:09 aliforever