Skip to content

Commit

Permalink
Document options for Gnat.Jetstream.API.KV (#180)
Browse files Browse the repository at this point in the history
Also ran formatter on this file

Co-authored-by: Michael <[email protected]>
  • Loading branch information
davydog187 and mmmries authored Jan 1, 2025
1 parent 80afa24 commit 8cfb6e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/gnat/jetstream/api/kv.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ defmodule Gnat.Jetstream.API.KV do
@doc """
Create a Key in a Key/Value Bucket
## Options
* `:timeout` - receive timeout for the request
## Examples
iex> :ok = Jetstream.API.KV.create_key(:gnat, "my_bucket", "my_key", "my_value")
Expand Down

0 comments on commit 8cfb6e8

Please sign in to comment.