SetStorage sets the "storage" field.
(i int64)
| 116 | |
| 117 | // SetStorage sets the "storage" field. |
| 118 | func (uc *UserCreate) SetStorage(i int64) *UserCreate { |
| 119 | uc.mutation.SetStorage(i) |
| 120 | return uc |
| 121 | } |
| 122 | |
| 123 | // SetNillableStorage sets the "storage" field if the given value is not nil. |
| 124 | func (uc *UserCreate) SetNillableStorage(i *int64) *UserCreate { |
no outgoing calls
no test coverage detected