package tenantdo type CreateIn struct { TenantName string `json:"tenantName"` } type CreateOut struct { Id string `json:"id"` }