mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
rename all remaining packages to internal/ (#12418)
This is to ensure that there are no projects that try to import `minio/minio/pkg` into their own repo. Any such common packages should go to `https://github.com/minio/pkg`
This commit is contained in:
12
internal/s3select/json/testdata/10.json
vendored
Normal file
12
internal/s3select/json/testdata/10.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"key_1": "value",
|
||||
"key_2": "value"
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"key_1": "value2",
|
||||
"key_2": "value3"
|
||||
}
|
||||
]
|
||||
8
internal/s3select/json/testdata/11.json
vendored
Normal file
8
internal/s3select/json/testdata/11.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"a"
|
||||
1
|
||||
3.145
|
||||
["a"]
|
||||
{}
|
||||
{
|
||||
"a": 1
|
||||
}
|
||||
5
internal/s3select/json/testdata/12.json
vendored
Normal file
5
internal/s3select/json/testdata/12.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"a": 1
|
||||
}{
|
||||
"b": 2
|
||||
}
|
||||
1
internal/s3select/json/testdata/2.json
vendored
Normal file
1
internal/s3select/json/testdata/2.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"text": "hello world\\n2nd line"}
|
||||
1
internal/s3select/json/testdata/3.json
vendored
Normal file
1
internal/s3select/json/testdata/3.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"hello":"wor{l}d"}
|
||||
26
internal/s3select/json/testdata/4.json
vendored
Normal file
26
internal/s3select/json/testdata/4.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"id": "0001",
|
||||
"type": "donut",
|
||||
"name": "Cake",
|
||||
"ppu": 0.55,
|
||||
"batters":
|
||||
{
|
||||
"batter":
|
||||
[
|
||||
{ "id": "1001", "type": "Regular" },
|
||||
{ "id": "1002", "type": "Chocolate" },
|
||||
{ "id": "1003", "type": "Blueberry" },
|
||||
{ "id": "1004", "type": "Devil's Food" }
|
||||
]
|
||||
},
|
||||
"topping":
|
||||
[
|
||||
{ "id": "5001", "type": "None" },
|
||||
{ "id": "5002", "type": "Glazed" },
|
||||
{ "id": "5005", "type": "Sugar" },
|
||||
{ "id": "5007", "type": "Powdered Sugar" },
|
||||
{ "id": "5006", "type": "Chocolate with Sprinkles" },
|
||||
{ "id": "5003", "type": "Chocolate" },
|
||||
{ "id": "5004", "type": "Maple" }
|
||||
]
|
||||
}
|
||||
5
internal/s3select/json/testdata/5.json
vendored
Normal file
5
internal/s3select/json/testdata/5.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"foo": {
|
||||
"bar": "baz"
|
||||
}
|
||||
}
|
||||
1
internal/s3select/json/testdata/6.json
vendored
Normal file
1
internal/s3select/json/testdata/6.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{ "name": "John", "age":28, "hobby": { "name": "chess", "type": "boardgame" }}
|
||||
3
internal/s3select/json/testdata/7.json
vendored
Normal file
3
internal/s3select/json/testdata/7.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{"name":"Michael", "age": 31}
|
||||
{"name":"Andy", "age": 30}
|
||||
{"name":"Justin", "age": 19}
|
||||
2
internal/s3select/json/testdata/8.json
vendored
Normal file
2
internal/s3select/json/testdata/8.json
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
{"a":"}"
|
||||
}
|
||||
6
internal/s3select/json/testdata/9.json
vendored
Normal file
6
internal/s3select/json/testdata/9.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"key_1": "value",
|
||||
"key_2": "value"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user