Documentation ¶
Overview ¶
Code generated by options-gen. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client[K comparable, V any] struct { // contains filtered or unexported fields }
type OptOptionsSetter ¶
type OptOptionsSetter[K comparable, V any] func(o *Options[K, V])
func WithDefaultVal ¶
func WithDefaultVal[K comparable, V any](opt V) OptOptionsSetter[K, V]
type Options ¶
type Options[K comparable, V any] struct { // contains filtered or unexported fields }
func NewOptions ¶
func NewOptions[K comparable, V any]( options ...OptOptionsSetter[K, V], ) Options[K, V]
Click to show internal directories.
Click to hide internal directories.