Documentation ¶
Index ¶
- Constants
- func GetRecordLength(data []byte) uint32
- func GetS3BucketNameAndKey(filename string) (string, string, error)
- func Int64ToRawOutput(input int64) types.RawOutput
- func IntToRawOutput(input int) types.RawOutput
- func PutRecord(data []byte) []byte
- func PutStringRecord(str string) []byte
- func RawDecode(input []byte, item interface{}) error
- func RawEncode(item interface{}) []byte
- func RawInputToInt(input types.RawInput) int
- func RawInputToRawOutput(input []byte) types.RawOutput
- func ReadRecord(input writers.Reader) (bool, []byte, error)
- func StringArrayToRawOutput(input []string) []types.RawOutput
- func StringToRawOutput(input string) types.RawOutput
- func UnmarshalRawInput(input []byte, item interface{}) error
Constants ¶
View Source
const UTILS_HEADERLENGTH = 8
Variables ¶
This section is empty.
Functions ¶
func GetRecordLength ¶
func Int64ToRawOutput ¶
func IntToRawOutput ¶
func PutStringRecord ¶
func RawInputToInt ¶
func RawInputToRawOutput ¶
func StringArrayToRawOutput ¶
func StringToRawOutput ¶
func UnmarshalRawInput ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.