SetRepoName sets the "repo_name" field.
(s string)
| 67 | |
| 68 | // SetRepoName sets the "repo_name" field. |
| 69 | func (gcu *GitCommitUpdate) SetRepoName(s string) *GitCommitUpdate { |
| 70 | gcu.mutation.SetRepoName(s) |
| 71 | return gcu |
| 72 | } |
| 73 | |
| 74 | // SetNillableRepoName sets the "repo_name" field if the given value is not nil. |
| 75 | func (gcu *GitCommitUpdate) SetNillableRepoName(s *string) *GitCommitUpdate { |
no outgoing calls
no test coverage detected