go fmt ./...
This commit is contained in:
parent
2ce9be9958
commit
288bf9361e
@ -10,8 +10,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type ViewBlock struct {
|
type ViewBlock struct {
|
||||||
BlockMapping map[int]string `json:"blockmapping"`
|
BlockMapping map[int]string `json:"blockmapping"`
|
||||||
ContentId []int `json:"contentid"`
|
ContentId []int `json:"contentid"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ViewMapblockHandler struct {
|
type ViewMapblockHandler struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user