gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
  32. 32
  33. 33
  34. 34
  35. 35
  36. 36
  37. 37
  38. 38
  39. 39
  40. 40
  41. 41
  42. 42
  43. 43
  44. 44
  45. 45
  46. 46
  47. 47
  48. 48
# type LoginSource struct {
#   ID        int64 `xorm:"pk autoincr"`
#   Type      int
#   Cfg       []byte `xorm:"TEXT"`
#   Expected  []byte `xorm:"TEXT"`
# }
-
  id: 1
  type: 1
  is_actived: false
  cfg: "{\"Source\":{\"A\":\"string\",\"B\":1}}"
  expected: "{\"Source\":{\"A\":\"string\",\"B\":1}}"
-
  id: 2
  type: 2
  is_actived: true
  cfg: "{\"Source\":{\"A\":\"string2\",\"B\":2}}"
  expected: "{\"A\":\"string2\",\"B\":2}"
-
  id: 3
  type: 3
  is_actived: false
  cfg: "{\"Source\":{\"A\":\"string3\",\"B\":3}}"
  expected: "{\"Source\":{\"A\":\"string3\",\"B\":3}}"
-
  id: 4
  type: 4
  is_actived: true
  cfg: "{\"Source\":{\"A\":\"string4\",\"B\":4}}"
  expected: "{\"Source\":{\"A\":\"string4\",\"B\":4}}"
-
  id: 5
  type: 5
  is_actived: false
  cfg: "{\"Source\":{\"A\":\"string5\",\"B\":5}}"
  expected: "{\"A\":\"string5\",\"B\":5}"
-
  id: 6
  type: 2
  is_actived: true
  cfg: "{\"A\":\"string6\",\"B\":6}"
  expected: "{\"A\":\"string6\",\"B\":6}"
-
  id: 7
  type: 5
  is_actived: false
  cfg: "{\"A\":\"string7\",\"B\":7}"
  expected: "{\"A\":\"string7\",\"B\":7}"