package
23.1.1+incompatible
Repository: https://github.com/dgraph-io/dgraph.git
Documentation: pkg.go.dev

# Functions

FromBool converts the given boolean in to a pb.TaskValue object.
FromFloat converts the given float64 value into a pb.TaskValue object.
FromInt converts the given int value into a pb.TaskValue object.
FromString converts the given string in to a pb.TaskValue object.
ToBool converts the given pb.TaskValue object into a boolean.
ToFloat converts the given pb.TaskValue object into an integer.
ToInt converts the given pb.TaskValue object into an integer.
ToString converts the given pb.TaskValue object into a string.

# Variables

FalseVal is the pb.TaskValue value equivalent to the "false" boolean.
TrueVal is the pb.TaskValue value equivalent to the "true" boolean.