Versions in this module Expand all Collapse all v0 v0.3.1 Mar 26, 2024 v0.3.0 Nov 16, 2023 Changes in this version + func BoolWithValueOrNullGen(ctx context.Context) *rapid.Generator[basetypes.BoolValue] + func Int64WithValueOrNullGen(ctx context.Context) *rapid.Generator[basetypes.Int64Value] + func SetWithValueOrEmptyGen(ctx context.Context, gen *rapid.Generator[basetypes.SetValue]) *rapid.Generator[basetypes.SetValue] + func SetWithValueOrNullGen(ctx context.Context, gen *rapid.Generator[basetypes.SetValue]) *rapid.Generator[basetypes.SetValue] + func SetWithValueOrNullOrEmptyGen(ctx context.Context, gen *rapid.Generator[basetypes.SetValue]) *rapid.Generator[basetypes.SetValue] + func StringWithValueOrEmptyGen(gen *rapid.Generator[basetypes.StringValue]) *rapid.Generator[basetypes.StringValue] + func StringWithValueOrNullGen(gen *rapid.Generator[basetypes.StringValue]) *rapid.Generator[basetypes.StringValue] + func StringWithValueOrNullOrEmptyGen(gen *rapid.Generator[basetypes.StringValue]) *rapid.Generator[basetypes.StringValue]