package
2.0.0-rc1+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.
FromInt converts the given int value into a pb.TaskValue object.
ToBool converts the given pb.TaskValue object into a boolean.
ToInt converts the given pb.TaskValue object into an integer.

# Variables

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