# Functions
ArgsToBytes converts func arguments to bytes.
FromBytes converts []byte to target interface.
FromBytesToStruct converts []byte to struct,array,slice depending on target type.
FromResponse converts response.Payload to target.
JsonUnmarshalPtr unmarshalls []byte as json to pointer, and returns value pointed to.
ProtoUnmarshal r unmarshalls []byte as proto.Message to pointer, and returns value pointed to.
TimestampToTime converts timestamp to time.Time.
ToBytes converts inteface{} (string, []byte , struct to ToByter interface to []byte for storing in state.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrUnableToConvertNilToStruct - nil cannot be converted to struct.
ErrUnableToConvertValueToStruct - value cannot be converted to struct.