goarista

module
v0.0.0-...-f3c54f0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2016 License: Apache-2.0

README

Arista Go library Build Status codecov.io GoDoc

test

This is a Go library to help in writing unit tests.

key

Provides a common type used across various Arista projects, named key.Key, which is used to work around the fact that Go can't let one use a non-hashable type as a key to a map, and we sometimes need to use a map[string]interface{} (or something containing one) as a key to maps. As a result, we frequently use map[key.Key]interface{} instead of just map[interface{}]interface{} when we need a generic key-value collection.

Examples

TBD

Directories

Path Synopsis
Package dscp provides helper functions to apply DSCP / ECN / CoS flags to sockets.
Package dscp provides helper functions to apply DSCP / ECN / CoS flags to sockets.
Package monitor provides an embedded HTTP server to expose metrics for monitoring
Package monitor provides an embedded HTTP server to expose metrics for monitoring
Package netns provides a utility function that allows a user to perform actions in a different network namespace
Package netns provides a utility function that allows a user to perform actions in a different network namespace

Jump to

Keyboard shortcuts

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