aboutsummaryrefslogtreecommitdiff
path: root/utils/shortcuts/messages.go
blob: 92df1391fecc38b1b3c5c83cd6a3f28297a72260 (plain)
1
2
3
4
5
package shortcuts

const (
	UnsupportedBindType = "Bind data must be a struct, *struct, fiber.Map, or map[string]any."
)