Documentation
¶
Overview ¶
Package transformers contains the domain concept definitions needed to support Magistrala transformer services functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToUnixNano ¶
func ToUnixNano[N number](t N) N
ToUnixNano converts time to UnixNano time format.
Types ¶
type Transformer ¶
type Transformer interface { // Transform Magistrala message to any other format. Transform(msg *messaging.Message) (interface{}, error) }
Transformer specifies API form Message transformer.
Click to show internal directories.
Click to hide internal directories.