1
0

add planet

This commit is contained in:
2024-08-01 06:01:28 +09:00
parent a4cd0e0f9a
commit 4c0c396086
17 changed files with 5062 additions and 59 deletions

View File

@@ -645,7 +645,7 @@ func decodeListCardParams(args [0]string, r *http.Request) (params ListCardParam
MinSet: true,
Min: 1,
MaxSet: true,
Max: 5000,
Max: 10000,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,
@@ -810,7 +810,7 @@ func decodeListGroupParams(args [0]string, r *http.Request) (params ListGroupPar
MinSet: true,
Min: 1,
MaxSet: true,
Max: 5000,
Max: 10000,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,
@@ -1142,7 +1142,7 @@ func decodeListMaParams(args [0]string, r *http.Request) (params ListMaParams, _
MinSet: true,
Min: 1,
MaxSet: true,
Max: 5000,
Max: 10000,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,
@@ -1307,7 +1307,7 @@ func decodeListSevParams(args [0]string, r *http.Request) (params ListSevParams,
MinSet: true,
Min: 1,
MaxSet: true,
Max: 5000,
Max: 10000,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,
@@ -1472,7 +1472,7 @@ func decodeListUeParams(args [0]string, r *http.Request) (params ListUeParams, _
MinSet: true,
Min: 1,
MaxSet: true,
Max: 5000,
Max: 10000,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,
@@ -1637,7 +1637,7 @@ func decodeListUserParams(args [0]string, r *http.Request) (params ListUserParam
MinSet: true,
Min: 1,
MaxSet: true,
Max: 5000,
Max: 10000,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,