Skip to content

Commit

Permalink
Register kv
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Apr 5, 2024
1 parent 8d9af2a commit ae9cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/nats/kvprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func init() {
xtemplate.RegisterDot(&DotNatsProvider{})
xtemplate.RegisterDot(&DotKVProvider{})
}

func WithKV(name string, kv jetstream.KeyValue) xtemplate.Option {
Expand Down

0 comments on commit ae9cc7d

Please sign in to comment.