package fn
import "github.com/plgd-dev/go-coap/v3/pkg/fn"
Index ¶
Types ¶
type FuncList ¶
type FuncList []func()
func (FuncList) Execute ¶
func (c FuncList) Execute()
Execute all added functions
func (FuncList) ToFunction ¶
func (c FuncList) ToFunction() func()
Return a function that executions all added functions
Functions are executed in reverse order they were added.
Source Files ¶
- Version
- v3.3.6 (latest)
- Published
- Sep 18, 2024
- Platform
- linux/amd64
- Last checked
- 1 week ago –
Tools for package owners.