SetCommitMessage sets the "commit_message" field.
(s string)
| 412 | |
| 413 | // SetCommitMessage sets the "commit_message" field. |
| 414 | func (gcuo *GitCommitUpdateOne) SetCommitMessage(s string) *GitCommitUpdateOne { |
| 415 | gcuo.mutation.SetCommitMessage(s) |
| 416 | return gcuo |
| 417 | } |
| 418 | |
| 419 | // SetNillableCommitMessage sets the "commit_message" field if the given value is not nil. |
| 420 | func (gcuo *GitCommitUpdateOne) SetNillableCommitMessage(s *string) *GitCommitUpdateOne { |
no test coverage detected