diff options
| author | Paul Buetow <git@mx.buetow.org> | 2020-12-28 09:49:10 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2020-12-28 09:49:10 +0000 |
| commit | 2823434ffff389d67c762bab28c18f3e147c60ad (patch) | |
| tree | c6433ef4a3415cc7206b5fbe733c0539d0e5a60f /internal/mapr/funcs/function.go | |
| parent | 40b2bf2856fd1af8bbf8aa29b51603e853071a94 (diff) | |
| parent | de33db818388a6a309924f100acd6a0c603a43b3 (diff) | |
merge
Diffstat (limited to 'internal/mapr/funcs/function.go')
| -rw-r--r-- | internal/mapr/funcs/function.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/mapr/funcs/function.go b/internal/mapr/funcs/function.go index 52aaa98..1a89c3a 100644 --- a/internal/mapr/funcs/function.go +++ b/internal/mapr/funcs/function.go @@ -12,6 +12,7 @@ type CallbackFunc func(text string) string type Function struct { // Name of the callback function Name string + // The Go-callback function to call for this DTail function. call CallbackFunc } |
