[fix] GetGridLayoutField => GetGridLayoutFields
This commit is contained in:
parent
e37bd8ebc9
commit
657ceaa09d
@ -29,4 +29,4 @@ type GridLayoutField struct {
|
||||
CreatedAt string `db:"created_at"`
|
||||
}
|
||||
|
||||
type GetGridLayoutField func(code string) (GridLayoutField, bool)
|
||||
type GetGridLayoutFields func(uuid string) ([]GridLayoutField, bool)
|
||||
|
Loading…
Reference in New Issue
Block a user