SetProps sets the "props" field.
(tp *types.ShareProps)
| 139 | |
| 140 | // SetProps sets the "props" field. |
| 141 | func (sc *ShareCreate) SetProps(tp *types.ShareProps) *ShareCreate { |
| 142 | sc.mutation.SetProps(tp) |
| 143 | return sc |
| 144 | } |
| 145 | |
| 146 | // SetUserID sets the "user" edge to the User entity by ID. |
| 147 | func (sc *ShareCreate) SetUserID(id int) *ShareCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected