質問編集履歴
3
コードの形式に変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,6 +56,8 @@
|
|
56
56
|
|
57
57
|
*** 追記 ***
|
58
58
|
|
59
|
+
```Go
|
60
|
+
|
59
61
|
type InputSidJsonSchema struct {
|
60
62
|
|
61
63
|
Data1 string `json:data1`
|
@@ -63,3 +65,5 @@
|
|
63
65
|
Data2 string `json:data2`
|
64
66
|
|
65
67
|
}
|
68
|
+
|
69
|
+
```
|
2
構造体の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -51,3 +51,15 @@
|
|
51
51
|
log.Logging(err, 2)
|
52
52
|
|
53
53
|
の箇所で確認されています。
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
*** 追記 ***
|
58
|
+
|
59
|
+
type InputSidJsonSchema struct {
|
60
|
+
|
61
|
+
Data1 string `json:data1`
|
62
|
+
|
63
|
+
Data2 string `json:data2`
|
64
|
+
|
65
|
+
}
|
1
データの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
```data
|
10
10
|
|
11
|
-
{"
|
11
|
+
{"data1":"xxxxxxxx@gmail.com","data2":"yyyyyyyy"}
|
12
12
|
|
13
13
|
```
|
14
14
|
|