SetServer sets the "server" field.
(s string)
| 12839 | |
| 12840 | // SetServer sets the "server" field. |
| 12841 | func (m *StoragePolicyMutation) SetServer(s string) { |
| 12842 | m.server = &s |
| 12843 | } |
| 12844 | |
| 12845 | // Server returns the value of the "server" field in the mutation. |
| 12846 | func (m *StoragePolicyMutation) Server() (r string, exists bool) { |