Get the struct key
()
| 173 | |
| 174 | // Get the struct key |
| 175 | func (s *StructSimple) Key() StructSimpleKey { |
| 176 | return StructSimpleKey{ |
| 177 | Id: s.Id, |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | // Convert struct to optional |
| 182 | func (s *StructSimple) Optional() *StructSimple { |
no outgoing calls