SetDebugSymbols sets the "debug_symbols" field.
(v dbpackage.DebugSymbols)
| 172 | |
| 173 | // SetBuildNo sets the "build_no" field. |
| 174 | func (_c *DBPackageCreate) SetBuildNo(v int) *DBPackageCreate { |
| 175 | _c.mutation.SetBuildNo(v) |
| 176 | return _c |
| 177 | } |
| 178 | |
| 179 | // SetNillableBuildNo sets the "build_no" field if the given value is not nil. |
| 180 | func (_c *DBPackageCreate) SetNillableBuildNo(v *int) *DBPackageCreate { |
no outgoing calls
no test coverage detected