Documentation ¶
Index ¶
- func DoubleWithErrorFunc(throwError bool) (string, error)
- func DoubleWithoutErrorFunc1() (int, int)
- func DoubleWithoutErrorFunc2() (string, string)
- func NoReturnFunc()
- func SingleStrWithoutErrorFunc(vargs ...int) string
- func SingleWithErrorFunc(throwError bool) error
- func SingleWithoutErrorFunc() int
- func TripleWithErrorFunc(throwError bool) (int, int, error)
- func TripleWithInterfaceWithoutErrorFunc() (IntInterFace, IntStrUct, *IntStrUct)
- func TripleWithStructWithErrorFunc(throwError bool) (*IntStrUct, IntStrUct, error)
- func TripleWithoutErrorFunc1(vargs ...int) (int, int, int)
- func TripleWithoutErrorFunc2(vargs ...int) (int, string, int)
- type FunctionType
- type IntInterFace
- type IntStrUct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoubleWithErrorFunc ¶
///////////// Double WithError Return //////////////
func DoubleWithoutErrorFunc1 ¶
///////////// Double WithoutError Return //////////////
func DoubleWithoutErrorFunc2 ¶
func SingleStrWithoutErrorFunc ¶
///////////// Single Str WithoutError Return //////////////
func SingleWithErrorFunc ¶
///////////// Single WithError Return //////////////
func SingleWithoutErrorFunc ¶
func SingleWithoutErrorFunc() int
///////////// Single WithoutError Return //////////////
func TripleWithErrorFunc ¶
///////////// Triple Returns With Error //////////////
func TripleWithInterfaceWithoutErrorFunc ¶
func TripleWithInterfaceWithoutErrorFunc() (IntInterFace, IntStrUct, *IntStrUct)
func TripleWithoutErrorFunc1 ¶
///////////// Triple Returns Without Error //////////////
Types ¶
type FunctionType ¶
// Function returning function /////
func FunctionReturningFunction ¶
func FunctionReturningFunction() FunctionType
type IntInterFace ¶
type IntInterFace interface {
Number() int
}
///////////// Triple Interface Returns Without Error //////////////
Click to show internal directories.
Click to hide internal directories.