SetName sets the "name" field.
(s string)
| 66 | |
| 67 | // SetName sets the "name" field. |
| 68 | func (sc *SettingCreate) SetName(s string) *SettingCreate { |
| 69 | sc.mutation.SetName(s) |
| 70 | return sc |
| 71 | } |
| 72 | |
| 73 | // SetValue sets the "value" field. |
| 74 | func (sc *SettingCreate) SetValue(s string) *SettingCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected