package
0.0.0-20220214151720-7585b01ddccf
Repository: https://github.com/inetaf/netstack.git
Documentation: pkg.go.dev
# Packages
Package wire contains a few basic types that can be composed to serialize graph information for the state package.
# Functions
Failf is a wrapper around panic that should be used to generate errors that can be caught during saving and loading.
IsZeroValue checks if the given value is the zero value.
Load loads a checkpoint.
ReadHeader reads an object header.
Register registers a type.
Save saves the given object state.
WriteHeader writes a header.
# Interfaces
SaverLoader must be implemented by struct types.
Type is an interface that must be implemented by Struct objects.