type github.com/oapi-codegen/runtime.BindStyledParameterOptions

5 uses

	github.com/oapi-codegen/runtime (current package)
		bindform.go#L72: 				if err := BindStyledParameterWithOptions(encoding.Style, tag, value, field.Addr().Interface(), BindStyledParameterOptions{
		bindparam.go#L37: 	return BindStyledParameterWithOptions(style, paramName, value, dest, BindStyledParameterOptions{
		bindparam.go#L51: 	return BindStyledParameterWithOptions(style, paramName, value, dest, BindStyledParameterOptions{
		bindparam.go#L59: type BindStyledParameterOptions struct {
		bindparam.go#L71: func BindStyledParameterWithOptions(style string, paramName string, value string, dest any, opts BindStyledParameterOptions) error {