Documentation ¶ Index ¶ func Generated(outputs []*shared.Field, batch int, ignoreError bool) func() common.Storable func SelfTest(host []*client.Host, timeout time.Duration, modelID string, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Generated ¶ func Generated(outputs []*shared.Field, batch int, ignoreError bool) func() common.Storable Creates a representation of the generic transformer's output. ignoreError is used for smoke testing when there is a specific transformer used on the model, to avoid cases when the transformed struct does not match the model output signature. func SelfTest ¶ added in v0.7.0 func SelfTest(host []*client.Host, timeout time.Duration, modelID string, usesTransformer bool, inputs_ []*shared.Field, tp config.TestPayload, outputs []*shared.Field, debug bool) error Types ¶ This section is empty. Source Files ¶ View all Source files gen.go self.go Click to show internal directories. Click to hide internal directories.