WithEmbed is embed gorm.Model
()
| 132 | |
| 133 | // WithEmbed is embed gorm.Model |
| 134 | func WithEmbed() Option { |
| 135 | return func(o *options) { |
| 136 | o.IsEmbed = true |
| 137 | } |
| 138 | } |
| 139 | |
| 140 | // WithWebProto set proto file type |
| 141 | func WithWebProto() Option { |
no outgoing calls
searching dependent graphs…