package models
type CodefirstConfig struct {
MaxAllowedContainers int `json:"maxallowedcontainers"`
}