package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jan 17, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package encoded contains wrappers that are used for binary payloads deserialization.
type Value interface {
Get(valuePtr interface{}) error
}
Value is used to encapsulate/extract encoded value from workflow/activity.
type Values interface {
Get(valuePtr ...interface{}) error
}
Values is type alias used to encapsulate/extract encoded values from workflow/activity.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.