funcs

package
v0.4.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	F1 func()
	F2 Func
	F3 S1
	F4 S2
	F5 []func()
	F6 []Func
	F7 [2]func()
	F8 [3]Func
)

Functions

This section is empty.

Types

type FunStruct added in v0.3.0

type FunStruct struct {
	FieldI int
	FieldS string
}

func (*FunStruct) CallBack added in v0.3.0

func (fs *FunStruct) CallBack(i int, fun func(fs *FunStruct, i int, s string))

func (*FunStruct) CallBackIf added in v0.3.0

func (fs *FunStruct) CallBackIf(i int, fun RecvFunc)

func (*FunStruct) CallBackRval added in v0.3.0

func (fs *FunStruct) CallBackRval(i int, fun func(fs *FunStruct, i int, v interface{}) bool)

func (*FunStruct) ObjArg added in v0.3.0

func (fs *FunStruct) ObjArg(ofs *FunStruct)

func (*FunStruct) OtherMeth added in v0.3.0

func (fs *FunStruct) OtherMeth(i int, s string)

type Func

type Func func()

type RecvFunc added in v0.3.0

type RecvFunc func(fs *FunStruct, i int, v interface{})

type S1

type S1 struct {
	F1 Func
	F2 []Func
	F3 [4]Func
}

type S2

type S2 struct {
	F1 func()
	F2 []func()
	F3 [5]func()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy