package validate type CreateTypeParam struct { Name string `json:"name" validate:"required,max=20"` }