Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCallOptions ¶
func ApplyCallOptions[O any](callOptions []CallOptions[O], defaultOptions ...O) *O
Types ¶
type CallOptions ¶
type CallOptions[O any] struct { // contains filtered or unexported fields }
func NewCallOptions ¶
func NewCallOptions[O any](applyFunc func(o *O)) CallOptions[O]
Click to show internal directories.
Click to hide internal directories.