hook.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. // Code generated by ent, DO NOT EDIT.
  2. package hook
  3. import (
  4. "context"
  5. "fmt"
  6. "wechat-api/ent"
  7. )
  8. // The AgentFunc type is an adapter to allow the use of ordinary
  9. // function as Agent mutator.
  10. type AgentFunc func(context.Context, *ent.AgentMutation) (ent.Value, error)
  11. // Mutate calls f(ctx, m).
  12. func (f AgentFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  13. if mv, ok := m.(*ent.AgentMutation); ok {
  14. return f(ctx, mv)
  15. }
  16. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.AgentMutation", m)
  17. }
  18. // The AgentBaseFunc type is an adapter to allow the use of ordinary
  19. // function as AgentBase mutator.
  20. type AgentBaseFunc func(context.Context, *ent.AgentBaseMutation) (ent.Value, error)
  21. // Mutate calls f(ctx, m).
  22. func (f AgentBaseFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  23. if mv, ok := m.(*ent.AgentBaseMutation); ok {
  24. return f(ctx, mv)
  25. }
  26. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.AgentBaseMutation", m)
  27. }
  28. // The AliyunAvatarFunc type is an adapter to allow the use of ordinary
  29. // function as AliyunAvatar mutator.
  30. type AliyunAvatarFunc func(context.Context, *ent.AliyunAvatarMutation) (ent.Value, error)
  31. // Mutate calls f(ctx, m).
  32. func (f AliyunAvatarFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  33. if mv, ok := m.(*ent.AliyunAvatarMutation); ok {
  34. return f(ctx, mv)
  35. }
  36. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.AliyunAvatarMutation", m)
  37. }
  38. // The BatchMsgFunc type is an adapter to allow the use of ordinary
  39. // function as BatchMsg mutator.
  40. type BatchMsgFunc func(context.Context, *ent.BatchMsgMutation) (ent.Value, error)
  41. // Mutate calls f(ctx, m).
  42. func (f BatchMsgFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  43. if mv, ok := m.(*ent.BatchMsgMutation); ok {
  44. return f(ctx, mv)
  45. }
  46. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.BatchMsgMutation", m)
  47. }
  48. // The CategoryFunc type is an adapter to allow the use of ordinary
  49. // function as Category mutator.
  50. type CategoryFunc func(context.Context, *ent.CategoryMutation) (ent.Value, error)
  51. // Mutate calls f(ctx, m).
  52. func (f CategoryFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  53. if mv, ok := m.(*ent.CategoryMutation); ok {
  54. return f(ctx, mv)
  55. }
  56. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.CategoryMutation", m)
  57. }
  58. // The ChatRecordsFunc type is an adapter to allow the use of ordinary
  59. // function as ChatRecords mutator.
  60. type ChatRecordsFunc func(context.Context, *ent.ChatRecordsMutation) (ent.Value, error)
  61. // Mutate calls f(ctx, m).
  62. func (f ChatRecordsFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  63. if mv, ok := m.(*ent.ChatRecordsMutation); ok {
  64. return f(ctx, mv)
  65. }
  66. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.ChatRecordsMutation", m)
  67. }
  68. // The ChatSessionFunc type is an adapter to allow the use of ordinary
  69. // function as ChatSession mutator.
  70. type ChatSessionFunc func(context.Context, *ent.ChatSessionMutation) (ent.Value, error)
  71. // Mutate calls f(ctx, m).
  72. func (f ChatSessionFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  73. if mv, ok := m.(*ent.ChatSessionMutation); ok {
  74. return f(ctx, mv)
  75. }
  76. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.ChatSessionMutation", m)
  77. }
  78. // The ContactFunc type is an adapter to allow the use of ordinary
  79. // function as Contact mutator.
  80. type ContactFunc func(context.Context, *ent.ContactMutation) (ent.Value, error)
  81. // Mutate calls f(ctx, m).
  82. func (f ContactFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  83. if mv, ok := m.(*ent.ContactMutation); ok {
  84. return f(ctx, mv)
  85. }
  86. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.ContactMutation", m)
  87. }
  88. // The EmployeeFunc type is an adapter to allow the use of ordinary
  89. // function as Employee mutator.
  90. type EmployeeFunc func(context.Context, *ent.EmployeeMutation) (ent.Value, error)
  91. // Mutate calls f(ctx, m).
  92. func (f EmployeeFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  93. if mv, ok := m.(*ent.EmployeeMutation); ok {
  94. return f(ctx, mv)
  95. }
  96. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.EmployeeMutation", m)
  97. }
  98. // The EmployeeConfigFunc type is an adapter to allow the use of ordinary
  99. // function as EmployeeConfig mutator.
  100. type EmployeeConfigFunc func(context.Context, *ent.EmployeeConfigMutation) (ent.Value, error)
  101. // Mutate calls f(ctx, m).
  102. func (f EmployeeConfigFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  103. if mv, ok := m.(*ent.EmployeeConfigMutation); ok {
  104. return f(ctx, mv)
  105. }
  106. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.EmployeeConfigMutation", m)
  107. }
  108. // The LabelFunc type is an adapter to allow the use of ordinary
  109. // function as Label mutator.
  110. type LabelFunc func(context.Context, *ent.LabelMutation) (ent.Value, error)
  111. // Mutate calls f(ctx, m).
  112. func (f LabelFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  113. if mv, ok := m.(*ent.LabelMutation); ok {
  114. return f(ctx, mv)
  115. }
  116. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.LabelMutation", m)
  117. }
  118. // The LabelRelationshipFunc type is an adapter to allow the use of ordinary
  119. // function as LabelRelationship mutator.
  120. type LabelRelationshipFunc func(context.Context, *ent.LabelRelationshipMutation) (ent.Value, error)
  121. // Mutate calls f(ctx, m).
  122. func (f LabelRelationshipFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  123. if mv, ok := m.(*ent.LabelRelationshipMutation); ok {
  124. return f(ctx, mv)
  125. }
  126. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.LabelRelationshipMutation", m)
  127. }
  128. // The MessageFunc type is an adapter to allow the use of ordinary
  129. // function as Message mutator.
  130. type MessageFunc func(context.Context, *ent.MessageMutation) (ent.Value, error)
  131. // Mutate calls f(ctx, m).
  132. func (f MessageFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  133. if mv, ok := m.(*ent.MessageMutation); ok {
  134. return f(ctx, mv)
  135. }
  136. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.MessageMutation", m)
  137. }
  138. // The MessageRecordsFunc type is an adapter to allow the use of ordinary
  139. // function as MessageRecords mutator.
  140. type MessageRecordsFunc func(context.Context, *ent.MessageRecordsMutation) (ent.Value, error)
  141. // Mutate calls f(ctx, m).
  142. func (f MessageRecordsFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  143. if mv, ok := m.(*ent.MessageRecordsMutation); ok {
  144. return f(ctx, mv)
  145. }
  146. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.MessageRecordsMutation", m)
  147. }
  148. // The MsgFunc type is an adapter to allow the use of ordinary
  149. // function as Msg mutator.
  150. type MsgFunc func(context.Context, *ent.MsgMutation) (ent.Value, error)
  151. // Mutate calls f(ctx, m).
  152. func (f MsgFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  153. if mv, ok := m.(*ent.MsgMutation); ok {
  154. return f(ctx, mv)
  155. }
  156. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.MsgMutation", m)
  157. }
  158. // The ServerFunc type is an adapter to allow the use of ordinary
  159. // function as Server mutator.
  160. type ServerFunc func(context.Context, *ent.ServerMutation) (ent.Value, error)
  161. // Mutate calls f(ctx, m).
  162. func (f ServerFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  163. if mv, ok := m.(*ent.ServerMutation); ok {
  164. return f(ctx, mv)
  165. }
  166. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.ServerMutation", m)
  167. }
  168. // The SopNodeFunc type is an adapter to allow the use of ordinary
  169. // function as SopNode mutator.
  170. type SopNodeFunc func(context.Context, *ent.SopNodeMutation) (ent.Value, error)
  171. // Mutate calls f(ctx, m).
  172. func (f SopNodeFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  173. if mv, ok := m.(*ent.SopNodeMutation); ok {
  174. return f(ctx, mv)
  175. }
  176. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.SopNodeMutation", m)
  177. }
  178. // The SopStageFunc type is an adapter to allow the use of ordinary
  179. // function as SopStage mutator.
  180. type SopStageFunc func(context.Context, *ent.SopStageMutation) (ent.Value, error)
  181. // Mutate calls f(ctx, m).
  182. func (f SopStageFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  183. if mv, ok := m.(*ent.SopStageMutation); ok {
  184. return f(ctx, mv)
  185. }
  186. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.SopStageMutation", m)
  187. }
  188. // The SopTaskFunc type is an adapter to allow the use of ordinary
  189. // function as SopTask mutator.
  190. type SopTaskFunc func(context.Context, *ent.SopTaskMutation) (ent.Value, error)
  191. // Mutate calls f(ctx, m).
  192. func (f SopTaskFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  193. if mv, ok := m.(*ent.SopTaskMutation); ok {
  194. return f(ctx, mv)
  195. }
  196. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.SopTaskMutation", m)
  197. }
  198. // The TokenFunc type is an adapter to allow the use of ordinary
  199. // function as Token mutator.
  200. type TokenFunc func(context.Context, *ent.TokenMutation) (ent.Value, error)
  201. // Mutate calls f(ctx, m).
  202. func (f TokenFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  203. if mv, ok := m.(*ent.TokenMutation); ok {
  204. return f(ctx, mv)
  205. }
  206. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.TokenMutation", m)
  207. }
  208. // The TutorialFunc type is an adapter to allow the use of ordinary
  209. // function as Tutorial mutator.
  210. type TutorialFunc func(context.Context, *ent.TutorialMutation) (ent.Value, error)
  211. // Mutate calls f(ctx, m).
  212. func (f TutorialFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  213. if mv, ok := m.(*ent.TutorialMutation); ok {
  214. return f(ctx, mv)
  215. }
  216. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.TutorialMutation", m)
  217. }
  218. // The UsageDetailFunc type is an adapter to allow the use of ordinary
  219. // function as UsageDetail mutator.
  220. type UsageDetailFunc func(context.Context, *ent.UsageDetailMutation) (ent.Value, error)
  221. // Mutate calls f(ctx, m).
  222. func (f UsageDetailFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  223. if mv, ok := m.(*ent.UsageDetailMutation); ok {
  224. return f(ctx, mv)
  225. }
  226. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.UsageDetailMutation", m)
  227. }
  228. // The UsageTotalFunc type is an adapter to allow the use of ordinary
  229. // function as UsageTotal mutator.
  230. type UsageTotalFunc func(context.Context, *ent.UsageTotalMutation) (ent.Value, error)
  231. // Mutate calls f(ctx, m).
  232. func (f UsageTotalFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  233. if mv, ok := m.(*ent.UsageTotalMutation); ok {
  234. return f(ctx, mv)
  235. }
  236. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.UsageTotalMutation", m)
  237. }
  238. // The WorkExperienceFunc type is an adapter to allow the use of ordinary
  239. // function as WorkExperience mutator.
  240. type WorkExperienceFunc func(context.Context, *ent.WorkExperienceMutation) (ent.Value, error)
  241. // Mutate calls f(ctx, m).
  242. func (f WorkExperienceFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  243. if mv, ok := m.(*ent.WorkExperienceMutation); ok {
  244. return f(ctx, mv)
  245. }
  246. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.WorkExperienceMutation", m)
  247. }
  248. // The WxFunc type is an adapter to allow the use of ordinary
  249. // function as Wx mutator.
  250. type WxFunc func(context.Context, *ent.WxMutation) (ent.Value, error)
  251. // Mutate calls f(ctx, m).
  252. func (f WxFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  253. if mv, ok := m.(*ent.WxMutation); ok {
  254. return f(ctx, mv)
  255. }
  256. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.WxMutation", m)
  257. }
  258. // The WxCardFunc type is an adapter to allow the use of ordinary
  259. // function as WxCard mutator.
  260. type WxCardFunc func(context.Context, *ent.WxCardMutation) (ent.Value, error)
  261. // Mutate calls f(ctx, m).
  262. func (f WxCardFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  263. if mv, ok := m.(*ent.WxCardMutation); ok {
  264. return f(ctx, mv)
  265. }
  266. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.WxCardMutation", m)
  267. }
  268. // The WxCardUserFunc type is an adapter to allow the use of ordinary
  269. // function as WxCardUser mutator.
  270. type WxCardUserFunc func(context.Context, *ent.WxCardUserMutation) (ent.Value, error)
  271. // Mutate calls f(ctx, m).
  272. func (f WxCardUserFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  273. if mv, ok := m.(*ent.WxCardUserMutation); ok {
  274. return f(ctx, mv)
  275. }
  276. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.WxCardUserMutation", m)
  277. }
  278. // The WxCardVisitFunc type is an adapter to allow the use of ordinary
  279. // function as WxCardVisit mutator.
  280. type WxCardVisitFunc func(context.Context, *ent.WxCardVisitMutation) (ent.Value, error)
  281. // Mutate calls f(ctx, m).
  282. func (f WxCardVisitFunc) Mutate(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  283. if mv, ok := m.(*ent.WxCardVisitMutation); ok {
  284. return f(ctx, mv)
  285. }
  286. return nil, fmt.Errorf("unexpected mutation type %T. expect *ent.WxCardVisitMutation", m)
  287. }
  288. // Condition is a hook condition function.
  289. type Condition func(context.Context, ent.Mutation) bool
  290. // And groups conditions with the AND operator.
  291. func And(first, second Condition, rest ...Condition) Condition {
  292. return func(ctx context.Context, m ent.Mutation) bool {
  293. if !first(ctx, m) || !second(ctx, m) {
  294. return false
  295. }
  296. for _, cond := range rest {
  297. if !cond(ctx, m) {
  298. return false
  299. }
  300. }
  301. return true
  302. }
  303. }
  304. // Or groups conditions with the OR operator.
  305. func Or(first, second Condition, rest ...Condition) Condition {
  306. return func(ctx context.Context, m ent.Mutation) bool {
  307. if first(ctx, m) || second(ctx, m) {
  308. return true
  309. }
  310. for _, cond := range rest {
  311. if cond(ctx, m) {
  312. return true
  313. }
  314. }
  315. return false
  316. }
  317. }
  318. // Not negates a given condition.
  319. func Not(cond Condition) Condition {
  320. return func(ctx context.Context, m ent.Mutation) bool {
  321. return !cond(ctx, m)
  322. }
  323. }
  324. // HasOp is a condition testing mutation operation.
  325. func HasOp(op ent.Op) Condition {
  326. return func(_ context.Context, m ent.Mutation) bool {
  327. return m.Op().Is(op)
  328. }
  329. }
  330. // HasAddedFields is a condition validating `.AddedField` on fields.
  331. func HasAddedFields(field string, fields ...string) Condition {
  332. return func(_ context.Context, m ent.Mutation) bool {
  333. if _, exists := m.AddedField(field); !exists {
  334. return false
  335. }
  336. for _, field := range fields {
  337. if _, exists := m.AddedField(field); !exists {
  338. return false
  339. }
  340. }
  341. return true
  342. }
  343. }
  344. // HasClearedFields is a condition validating `.FieldCleared` on fields.
  345. func HasClearedFields(field string, fields ...string) Condition {
  346. return func(_ context.Context, m ent.Mutation) bool {
  347. if exists := m.FieldCleared(field); !exists {
  348. return false
  349. }
  350. for _, field := range fields {
  351. if exists := m.FieldCleared(field); !exists {
  352. return false
  353. }
  354. }
  355. return true
  356. }
  357. }
  358. // HasFields is a condition validating `.Field` on fields.
  359. func HasFields(field string, fields ...string) Condition {
  360. return func(_ context.Context, m ent.Mutation) bool {
  361. if _, exists := m.Field(field); !exists {
  362. return false
  363. }
  364. for _, field := range fields {
  365. if _, exists := m.Field(field); !exists {
  366. return false
  367. }
  368. }
  369. return true
  370. }
  371. }
  372. // If executes the given hook under condition.
  373. //
  374. // hook.If(ComputeAverage, And(HasFields(...), HasAddedFields(...)))
  375. func If(hk ent.Hook, cond Condition) ent.Hook {
  376. return func(next ent.Mutator) ent.Mutator {
  377. return ent.MutateFunc(func(ctx context.Context, m ent.Mutation) (ent.Value, error) {
  378. if cond(ctx, m) {
  379. return hk(next).Mutate(ctx, m)
  380. }
  381. return next.Mutate(ctx, m)
  382. })
  383. }
  384. }
  385. // On executes the given hook only for the given operation.
  386. //
  387. // hook.On(Log, ent.Delete|ent.Create)
  388. func On(hk ent.Hook, op ent.Op) ent.Hook {
  389. return If(hk, HasOp(op))
  390. }
  391. // Unless skips the given hook only for the given operation.
  392. //
  393. // hook.Unless(Log, ent.Update|ent.UpdateOne)
  394. func Unless(hk ent.Hook, op ent.Op) ent.Hook {
  395. return If(hk, Not(HasOp(op)))
  396. }
  397. // FixedError is a hook returning a fixed error.
  398. func FixedError(err error) ent.Hook {
  399. return func(ent.Mutator) ent.Mutator {
  400. return ent.MutateFunc(func(context.Context, ent.Mutation) (ent.Value, error) {
  401. return nil, err
  402. })
  403. }
  404. }
  405. // Reject returns a hook that rejects all operations that match op.
  406. //
  407. // func (T) Hooks() []ent.Hook {
  408. // return []ent.Hook{
  409. // Reject(ent.Delete|ent.Update),
  410. // }
  411. // }
  412. func Reject(op ent.Op) ent.Hook {
  413. hk := FixedError(fmt.Errorf("%s operation is not allowed", op))
  414. return On(hk, op)
  415. }
  416. // Chain acts as a list of hooks and is effectively immutable.
  417. // Once created, it will always hold the same set of hooks in the same order.
  418. type Chain struct {
  419. hooks []ent.Hook
  420. }
  421. // NewChain creates a new chain of hooks.
  422. func NewChain(hooks ...ent.Hook) Chain {
  423. return Chain{append([]ent.Hook(nil), hooks...)}
  424. }
  425. // Hook chains the list of hooks and returns the final hook.
  426. func (c Chain) Hook() ent.Hook {
  427. return func(mutator ent.Mutator) ent.Mutator {
  428. for i := len(c.hooks) - 1; i >= 0; i-- {
  429. mutator = c.hooks[i](mutator)
  430. }
  431. return mutator
  432. }
  433. }
  434. // Append extends a chain, adding the specified hook
  435. // as the last ones in the mutation flow.
  436. func (c Chain) Append(hooks ...ent.Hook) Chain {
  437. newHooks := make([]ent.Hook, 0, len(c.hooks)+len(hooks))
  438. newHooks = append(newHooks, c.hooks...)
  439. newHooks = append(newHooks, hooks...)
  440. return Chain{newHooks}
  441. }
  442. // Extend extends a chain, adding the specified chain
  443. // as the last ones in the mutation flow.
  444. func (c Chain) Extend(chain Chain) Chain {
  445. return c.Append(chain.hooks...)
  446. }