Versions in this module Expand all Collapse all v0 v0.1.0 Sep 21, 2020 Changes in this version + func AssignPoolGoT(g *Generator) + func IDFrom(seed string) string + type Generator struct + ClassPool Pool + ClassPoolOffset int + DescriptionPool Pool + MetadataPool Pool + PlanPool Pool + RequiresPool Pool + Services Services + TagPool Pool + func CreateGenerator(serviceCount int, params Parameters) *Generator + func (g *Generator) GetCatalog() (*v2.CatalogResponse, error) + type Parameters struct + Plans PlanRanges + Seed int64 + Services ServiceRanges + type Plan struct + FromPool Pull + type PlanRanges struct + Bindable int + Free int + Metadata int + type Plans []Plan + type Pool []string + type Property string + const Bindable + const BindingsRetrievable + const Free + const Metadata + const Requires + const Tags + type Pull map[Property]int + type Service struct + FromPool Pull + Plans Plans + type ServiceRanges struct + Bindable int + BindingsRetrievable int + Metadata int + Plans int + Requires int + Tags int + type Services []Service