Documentation
¶
Overview ¶
Code generated by go generate; DO NOT EDIT.
Index ¶
- func Int(condition bool, v1, v2 int) int
- func IntShortCircuit(condition bool, g1, g2 IntGetter) int
- func Interface(condition bool, v1, v2 interface{}) interface{}
- func InterfaceShortCircuit(condition bool, g1, g2 InterfaceGetter) interface{}
- func String(condition bool, v1, v2 string) string
- func StringShortCircuit(condition bool, g1, g2 StringGetter) string
- func Uint(condition bool, v1, v2 uint) uint
- func UintShortCircuit(condition bool, g1, g2 UintGetter) uint
- type IntGetter
- type InterfaceGetter
- type StringGetter
- type UintGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntShortCircuit ¶
func InterfaceShortCircuit ¶
func InterfaceShortCircuit(condition bool, g1, g2 InterfaceGetter) interface{}
func StringShortCircuit ¶
func StringShortCircuit(condition bool, g1, g2 StringGetter) string
func UintShortCircuit ¶
func UintShortCircuit(condition bool, g1, g2 UintGetter) uint
Types ¶
type InterfaceGetter ¶
type InterfaceGetter func() interface{}
type StringGetter ¶
type StringGetter func() string
type UintGetter ¶
type UintGetter func() uint
Click to show internal directories.
Click to hide internal directories.