fuzzprot

package
v0.0.0-...-b3f521c Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package fuzzprot provides the ability to unpack user values from our binary protocol.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Type string
	Name string
	Age  int
}

User represents the data we are receiving.

func UnpackUsers

func UnpackUsers(data []byte) ([]User, error)

UnpackUsers knows how to extract user values from the binary data.

Jump to

Keyboard shortcuts

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