Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assignable ¶
type Assignable interface { // Assign assigns v to this value, returning true on success or false if v // cannot be assigned to this type. Assign(v interface{}) bool }
Assignable is the interface implemented by types that can be assigned another value.
Directories ¶
Path | Synopsis |
---|---|
Package compare has utilities for comparing values.
|
Package compare has utilities for comparing values. |
Package deep provides reflection based methods for copying and cloning structs.
|
Package deep provides reflection based methods for copying and cloning structs. |
Package endian implements binary.Reader and binary.Writer for reading / writing simple primivite types from a binary source.
|
Package endian implements binary.Reader and binary.Writer for reading / writing simple primivite types from a binary source. |
Package id provides types and functions for generation of identifiers.
|
Package id provides types and functions for generation of identifiers. |
Package pack provides methods to deal with self describing files of proto data.
|
Package pack provides methods to deal with self describing files of proto data. |
Package pod provides types and functions for dealing with simple structured objects.
|
Package pod provides types and functions for dealing with simple structured objects. |
Package protoconv provides a mechanism to register functions to convert objects to and from proto messages.
|
Package protoconv provides a mechanism to register functions to convert objects to and from proto messages. |
Package protoutil adds some helpers that makes using protobuf structures a little easier.
|
Package protoutil adds some helpers that makes using protobuf structures a little easier. |
testprotos
Package testprotos provides some proto messages that can be used for tests.
|
Package testprotos provides some proto messages that can be used for tests. |
Package slice provides utilities for mutating generic slices.
|
Package slice provides utilities for mutating generic slices. |
Click to show internal directories.
Click to hide internal directories.