Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd7af3b

Browse files
committed
move constant
1 parent247df4e commitdd7af3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎provider/parameter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
typeValidationModestring
2525

2626
const (
27+
ValidationModeEnvVar="CODER_VALIDATION_MODE"
2728
// ValidationModeDefault is used for creating a workspace. It validates the final
2829
// value used for a parameter. Some allowances for invalid options are tolerated,
2930
// as unused options do not affect the final parameter value. The default value
@@ -59,7 +60,6 @@ type Validation struct {
5960
}
6061

6162
const (
62-
ValidationModeEnvVar="CODER_VALIDATION_MODE"
6363
ValidationMonotonicIncreasing="increasing"
6464
ValidationMonotonicDecreasing="decreasing"
6565
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp