Documentation
¶
Index ¶
- func GenerateAdvancedMoleculeSample(samplesPath string)
- func GenerateMemcachedSamples(rootPath string) []sample.Sample
- func GenerateMoleculeSample(samplesPath string) []sample.Sample
- func ImplementAdvancedMolecule(sample sample.Sample, image string)
- func ImplementMemcached(sample sample.Sample, image string)
- func ImplementMemcachedMolecule(sample sample.Sample, image string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAdvancedMoleculeSample ¶
func GenerateAdvancedMoleculeSample(samplesPath string)
GenerateAdvancedMoleculeSample will call all actions to create the directory and generate the sample The Context to run the samples are not the same in the e2e test. In this way, note that it should NOT be called in the e2e tests since it will call the Prepare() to set the sample context and generate the files in the testdata directory. The e2e tests only ought to use the Run() method with the TestContext.
func GenerateMoleculeSample ¶
GenerateMoleculeSample will call all actions to create the directory and generate the sample The Context to run the samples are not the same in the e2e test. In this way, note that it should NOT be called in the e2e tests since it will call the Prepare() to set the sample context and generate the files in the testdata directory. The e2e tests only ought to use the Run() method with the TestContext.
func ImplementMemcached ¶
Types ¶
This section is empty.