 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResetConfigToDefaultValues ¶
func ResetConfigToDefaultValues()
ResetConfigToDefaultValues resets configurations optins back to defaults
func SetLogLevel ¶
func SetLogLevel(level logging.Level, module string)
SetLogLevel sets up log level
func SetupCoreYAMLConfig ¶
func SetupCoreYAMLConfig(coreYamlPath string)
SetupCoreYAMLConfig sets up configurations for testing
Types ¶
type TestRandomNumberGenerator ¶
type TestRandomNumberGenerator struct {
	// contains filtered or unexported fields
}
    TestRandomNumberGenerator a random number generator for testing
func NewTestRandomNumberGenerator ¶
func NewTestRandomNumberGenerator(maxNumber int) *TestRandomNumberGenerator
NewTestRandomNumberGenerator constructs a new `TestRandomNumberGenerator`
func (*TestRandomNumberGenerator) Next ¶
func (randNumGenerator *TestRandomNumberGenerator) Next() int
Next generates next random number
 Click to show internal directories. 
   Click to hide internal directories.