Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type StorageWriteSuite ¶
type StorageWriteSuite struct {
// contains filtered or unexported fields
}
func NewStorageWriteSuite ¶
func NewStorageWriteSuite(c StorageWriteSuiteConfig) *StorageWriteSuite
func (*StorageWriteSuite) AddApp ¶
func (s *StorageWriteSuite) AddApp(name string, c AppConfig) *StorageWriteSuite
func (*StorageWriteSuite) Start ¶
func (s *StorageWriteSuite) Start()
func (*StorageWriteSuite) Stats ¶
func (s *StorageWriteSuite) Stats() Stats
type StorageWriteSuiteConfig ¶
type TagsGenerator ¶
type TagsGenerator struct {
// contains filtered or unexported fields
}
func NewTagGenerator ¶
func NewTagGenerator(seed int, appName string) *TagsGenerator
func (*TagsGenerator) Add ¶
func (g *TagsGenerator) Add(name string, card, min, max int) *TagsGenerator
func (*TagsGenerator) Next ¶
func (g *TagsGenerator) Next() map[string]string
type TreeConfig ¶
type TreeGenerator ¶
type TreeGenerator struct { TreeConfig // contains filtered or unexported fields }
func NewTreeGenerator ¶
func NewTreeGenerator(seed, trees int, c TreeConfig) *TreeGenerator
func (*TreeGenerator) Next ¶
func (g *TreeGenerator) Next() *tree.Tree
Click to show internal directories.
Click to hide internal directories.