Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2022 Changes in this version + func Check(f interface{}, config *Config) (err error) + func CheckEqual(f, g interface{}, config *Config) (err error) + func Value(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool) + type CheckEqualError struct + Out1 []interface{} + Out2 []interface{} + func (s *CheckEqualError) Error() string + type CheckError struct + Count int + In []interface{} + func (s *CheckError) Error() string + type Config struct + MaxCount int + MaxCountScale float64 + Rand *rand.Rand + Values func([]reflect.Value, *rand.Rand) + type Generator interface + Generate func(rand *rand.Rand, size int) reflect.Value + type SetupError string + func (s SetupError) Error() string