Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd87f0c

Browse files
committed
fixup! chore: Reuse ComputedParmeter instead of custom type
1 parent b099fde commit cd87f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/parameters.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const (
4343

4444
type ComputedParameter struct {
4545
Parameter
46+
SourceValue string `json:"source_value"`
4647
SchemaID uuid.UUID `json:"schema_id"`
4748
DefaultSourceValue bool `json:"default_source_value"`
4849
}

0 commit comments

Comments
 (0)