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