File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 66
77airflow
88customer
9- vpn
109privateendpoint
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ func Test_{{packageName}}_{{classname}}Service(t *testing.T) {
3030 _apiUrlPath := " {{{path}}}" {{#pathParams} }
3131 { {^minLength} }
3232 { {^maxLength} }
33- { {paramName} }Value := { {#isAnyType} }"unspecified type"{ {/isAnyType} }{ {#isString} }{ {#isUuid} }uuid.NewString(){ {/isUuid} }{ {^isUuid} }"{ {paramName} }-value"{ {/isUuid} }{ {/isString} }{ {#isNumber} }123{ {/isNumber} }{ {#isFloat} }float32(123){ {/isFloat} }{ {#isDouble} }float64(123){ {/isDouble} }{ {#isInteger} }int32(123){ {/isInteger} }{ {#isLong} }int64(123){ {/isLong} }{ {^isString} }{ {^isInteger} }{ {defaultValue} }{ {/isInteger} }{ {/isString} }
33+ { {paramName} }Value := { {#isEnumRef } } { {^isString } } { {dataType } }( { {{defaultValue } }}) { {/isString } } { {/isEnumRef } } { {# isAnyType} }"unspecified type"{ {/isAnyType} }{ {#isString} }{ {#isUuid} }uuid.NewString(){ {/isUuid} }{ {^isUuid} }"{ {paramName} }-value"{ {/isUuid} }{ {/isString} }{ {#isNumber} }123{ {/isNumber} }{ {#isFloat} }float32(123){ {/isFloat} }{ {#isDouble} }float64(123){ {/isDouble} }{ {#isInteger} }int32(123){ {/isInteger} }{ {#isLong} }int64(123){ {/isLong} }{ {^isString} }{ {^isInteger} }{ {^isEnumRef } } { {{ defaultValue} }} { {/isEnumRef } }{ {/isInteger} }{ {/isString} }
3434 { {/maxLength} }
3535 { {/minLength} }
3636 { {#minLength} }
You can’t perform that action at this time.
0 commit comments