Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d77f6e commit 53b6a65Copy full SHA for 53b6a65
codersdk/users.go
@@ -133,6 +133,9 @@ type CreateUserRequest struct {
133
// The previous field will just be appended to the slice.
134
// Note in the previous behavior, omitting the field would result in the
135
// default org being applied, but that is no longer the case.
136
+// TODO: Remove this method in it's entirety after some period of time.
137
+// This will be released in v1.16.0, and is associated with the multiple orgs
138
+// feature.
139
func (r *CreateUserRequest) UnmarshalJSON(data []byte) error {
140
// By using a type alias, we prevent an infinite recursion when unmarshalling.
141
// This allows us to use the default unmarshal behavior of the original type.
0 commit comments