MCPcopy
hub / github.com/revel/revel / Min

Struct Min

validators.go:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type Min struct {
51 Min float64
52}
53
54func ValidMin(min int) Min {
55 return ValidMinFloat(float64(min))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected