pbutils

package
v1.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package pbutils provides helper utilities for working with protobuf objects. These utilities are mostly aimed at testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FuzzFuncs

func FuzzFuncs() []interface{}

FuzzFuncs returns custom fuzzing functions set.

func FuzzUnmarshaler

func FuzzUnmarshaler(unmarshaler pb.Unmarshaler)

FuzzUnmarshaler tests given unmarshaler with random bytes.

func RoundTrip

func RoundTrip(
	marshaler pb.Marshaler,
	unmarshaler pb.Unmarshaler,
) error

RoundTrip takes a marshaler and unmarshaler, marshals the marshaler, and then unmarshals the result into the unmarshaler. If either procedure errors out, it returns an error; otherwise it returns nil and the unmarshaler is left with the results of the round-trip.

This is a utility meant to facilitate tests that verify round-trip marshaling of objects with custom protobuf marshaling.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL