SetStoragePolicyEntities sets the "storage_policy_entities" field.
(i int)
| 103 | |
| 104 | // SetStoragePolicyEntities sets the "storage_policy_entities" field. |
| 105 | func (ec *EntityCreate) SetStoragePolicyEntities(i int) *EntityCreate { |
| 106 | ec.mutation.SetStoragePolicyEntities(i) |
| 107 | return ec |
| 108 | } |
| 109 | |
| 110 | // SetCreatedBy sets the "created_by" field. |
| 111 | func (ec *EntityCreate) SetCreatedBy(i int) *EntityCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected