package
0.0.0-20211228022950-a1fe31f1f48b
Repository: https://github.com/projectsesame/sesame.git
Documentation: pkg.go.dev

# Functions

AnyMessageTypeOf returns the any.Any type of msg.
AsMessages casts the given slice of values (that implement the proto.Message interface) to a slice of proto.Message.
Bool converts a bool to a pointer to a wrappers.BoolValue.
Duration converts a time.Duration to a pointer to a duration.Duration.
ExpectEqual will test that want == got for protobufs, call t.Error if it does not, and return a bool to indicate the result.
MustMarshalAny marshals a protobuf into an any.Any type, panicking if that operation fails.
MustMarshalJSON marshals msg to indented JSON.
RequireEqual will test that want == got for protobufs, call t.fatal if it does not, This mimics the behavior of the testify `require` functions.
UInt32 converts a uint32 to a pointer to a wrappers.UInt32Value.
UInt32OrDefault returns a wrapped UInt32Value.
UInt32OrNil returns a wrapped UInt32Value.