(limit int64)
| 223 | } |
| 224 | |
| 225 | func (opts *LicenseOptions) UserLimit(limit int64) *LicenseOptions { |
| 226 | return opts.Feature(codersdk.FeatureUserLimit, limit) |
| 227 | } |
| 228 | |
| 229 | func (opts *LicenseOptions) AIGovernanceAddon(limit int64) *LicenseOptions { |
| 230 | opts.Addons = append(opts.Addons, codersdk.AddonAIGovernance) |