5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-18 18:29:16 +00:00
2019-03-05 23:10:45 +01:00

5 lines
150 B
Go

package objects
// CallableFunc is a function signature for the callable functions.
type CallableFunc = func(args ...Object) (ret Object, err error)