Directories
¶
Path | Synopsis |
---|---|
Microsoft
|
|
go-winio/archive/tar
Package tar implements access to tar archives.
|
Package tar implements access to tar archives. |
go-winio/wim
Package wim implements a WIM file parser.
|
Package wim implements a WIM file parser. |
go-winio/wim/lzx
Package lzx implements a decompressor for the the WIM variant of the LZX compression algorithm.
|
Package lzx implements a decompressor for the the WIM variant of the LZX compression algorithm. |
go-winio/wim/validate
command
|
|
aktau
|
|
github-release
command
|
|
arangodb
|
|
go-driver
Package driver implements a Go driver for the ArangoDB database.
|
Package driver implements a Go driver for the ArangoDB database. |
go-driver/agency
Package agency provides an API to access the ArangoDB agency (it is unlikely that you need this package directly).
|
Package agency provides an API to access the ArangoDB agency (it is unlikely that you need this package directly). |
go-driver/cluster
Package cluster implements a driver.Connection that provides cluster failover support (it is not intended to be used directly).
|
Package cluster implements a driver.Connection that provides cluster failover support (it is not intended to be used directly). |
go-driver/http
Package http implements driver.Connection using an HTTP connection.
|
Package http implements driver.Connection using an HTTP connection. |
go-driver/jwt
Package jwt provides a helper function used to access ArangoDB servers using a JWT secret.
|
Package jwt provides a helper function used to access ArangoDB servers using a JWT secret. |
go-driver/test
Package test implements add tests for the go-driver.
|
Package test implements add tests for the go-driver. |
go-driver/util
Package util provides some helper methods for the go-driver (it is unlikely that you need this package directly).
|
Package util provides some helper methods for the go-driver (it is unlikely that you need this package directly). |
go-driver/vst
Package vst implements driver.Connection using a VelocyStream connection.
|
Package vst implements driver.Connection using a VelocyStream connection. |
go-driver/vst/protocol
Package protocol implements the VelocyStream protocol (it is not intended to be used directly).
|
Package protocol implements the VelocyStream protocol (it is not intended to be used directly). |
go-velocypack
Velocypack implementation for Go.
|
Velocypack implementation for Go. |
go-velocypack/tools
command
|
|
arangodb-helper
|
|
cenkalti
|
|
backoff
Package backoff implements backoff algorithms for retrying operations.
|
Package backoff implements backoff algorithms for retrying operations. |
coreos
|
|
go-semver
command
|
|
go-semver/semver
Semantic Versions http://semver.org
|
Semantic Versions http://semver.org |
dchest
|
|
uniuri
Package uniuri generates random strings good for use in URIs to identify unique objects.
|
Package uniuri generates random strings good for use in URIs to identify unique objects. |
dgrijalva
|
|
jwt-go
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info.
|
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info. |
jwt-go/cmd/jwt
command
A useful example app.
|
A useful example app. |
jwt-go/request
Utility package for extracting JWT tokens from HTTP requests.
|
Utility package for extracting JWT tokens from HTTP requests. |
docker
|
|
docker/api/types
Package types is used for API stability in the types and response to the consumers of the API stats endpoint.
|
Package types is used for API stability in the types and response to the consumers of the API stats endpoint. |
docker/api/types/backend
Package backend includes types to send information to server backends.
|
Package backend includes types to send information to server backends. |
docker/api/types/filters
Package filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands.
|
Package filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands. |
docker/api/types/versions/v1p19
Package v1p19 provides specific API types for the API version 1, patch 19.
|
Package v1p19 provides specific API types for the API version 1, patch 19. |
docker/api/types/versions/v1p20
Package v1p20 provides specific API types for the API version 1, patch 20.
|
Package v1p20 provides specific API types for the API version 1, patch 20. |
docker/builder
Package builder defines interfaces for any Docker builder to implement.
|
Package builder defines interfaces for any Docker builder to implement. |
docker/builder/dockerfile
Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline.
|
Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline. |
docker/builder/dockerfile/command
Package command contains the set of Dockerfile commands.
|
Package command contains the set of Dockerfile commands. |
docker/builder/dockerfile/parser
Package parser implements a parser and parse tree dumper for Dockerfiles.
|
Package parser implements a parser and parse tree dumper for Dockerfiles. |
docker/cli/internal/test
Package test is a test-only package that can be used by other cli package to write unit test
|
Package test is a test-only package that can be used by other cli package to write unit test |
docker/client
Package client is a Go client for the Docker Engine API.
|
Package client is a Go client for the Docker Engine API. |
docker/cmd/docker
command
|
|
docker/cmd/dockerd
command
|
|
docker/contrib/apparmor
command
|
|
docker/contrib/httpserver
command
|
|
docker/daemon
Package daemon exposes the functions that occur on the host server that the Docker daemon is running.
|
Package daemon exposes the functions that occur on the host server that the Docker daemon is running. |
docker/daemon/logger
Package logger defines interfaces that logger drivers implement to log messages.
|
Package logger defines interfaces that logger drivers implement to log messages. |
docker/daemon/logger/awslogs
Package awslogs provides the logdriver for forwarding container logs to Amazon CloudWatch Logs
|
Package awslogs provides the logdriver for forwarding container logs to Amazon CloudWatch Logs |
docker/daemon/logger/etwlogs
Package etwlogs provides a log driver for forwarding container logs as ETW events.(ETW stands for Event Tracing for Windows) A client can then create an ETW listener to listen for events that are sent by the ETW provider that we register, using the provider's GUID "a3693192-9ed6-46d2-a981-f8226c8363bd".
|
Package etwlogs provides a log driver for forwarding container logs as ETW events.(ETW stands for Event Tracing for Windows) A client can then create an ETW listener to listen for events that are sent by the ETW provider that we register, using the provider's GUID "a3693192-9ed6-46d2-a981-f8226c8363bd". |
docker/daemon/logger/fluentd
Package fluentd provides the log driver for forwarding server logs to fluentd endpoints.
|
Package fluentd provides the log driver for forwarding server logs to fluentd endpoints. |
docker/daemon/logger/gelf
Package gelf provides the log driver for forwarding server logs to endpoints that support the Graylog Extended Log Format.
|
Package gelf provides the log driver for forwarding server logs to endpoints that support the Graylog Extended Log Format. |
docker/daemon/logger/journald
Package journald provides the log driver for forwarding server logs to endpoints that receive the systemd format.
|
Package journald provides the log driver for forwarding server logs to endpoints that receive the systemd format. |
docker/daemon/logger/jsonfilelog
Package jsonfilelog provides the default Logger implementation for Docker logging.
|
Package jsonfilelog provides the default Logger implementation for Docker logging. |
docker/daemon/logger/logentries
Package logentries provides the log driver for forwarding server logs to logentries endpoints.
|
Package logentries provides the log driver for forwarding server logs to logentries endpoints. |
docker/daemon/logger/splunk
Package splunk provides the log driver for forwarding server logs to Splunk HTTP Event Collector endpoint.
|
Package splunk provides the log driver for forwarding server logs to Splunk HTTP Event Collector endpoint. |
docker/daemon/logger/syslog
Package syslog provides the logdriver for forwarding server logs to syslog endpoints.
|
Package syslog provides the logdriver for forwarding server logs to syslog endpoints. |
docker/dockerversion
Package dockerversion is auto-generated at build-time
|
Package dockerversion is auto-generated at build-time |
docker/integration-cli
command
|
|
docker/integration-cli/checker
Package checker provides Docker specific implementations of the go-check.Checker interface.
|
Package checker provides Docker specific implementations of the go-check.Checker interface. |
docker/layer
Package layer is package for managing read-only and read-write mounts on the union file system driver.
|
Package layer is package for managing read-only and read-write mounts on the union file system driver. |
docker/man
command
|
|
docker/pkg/aaparser
Package aaparser is a convenience package interacting with `apparmor_parser`.
|
Package aaparser is a convenience package interacting with `apparmor_parser`. |
docker/pkg/filenotify
Package filenotify provides a mechanism for watching file(s) for changes.
|
Package filenotify provides a mechanism for watching file(s) for changes. |
docker/pkg/jsonlog
Package jsonlog provides helper functions to parse and print time (time.Time) as JSON.
|
Package jsonlog provides helper functions to parse and print time (time.Time) as JSON. |
docker/pkg/locker
Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks.
|
Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks. |
docker/pkg/parsers
Package parsers provides helper functions to parse and validate different type of string.
|
Package parsers provides helper functions to parse and validate different type of string. |
docker/pkg/parsers/kernel
Package kernel provides helper function to get, parse and compare kernel versions for different platforms.
|
Package kernel provides helper function to get, parse and compare kernel versions for different platforms. |
docker/pkg/parsers/operatingsystem
Package operatingsystem provides helper function to get the operating system name for different platforms.
|
Package operatingsystem provides helper function to get the operating system name for different platforms. |
docker/pkg/pidfile
Package pidfile provides structure and helper functions to create and remove PID file.
|
Package pidfile provides structure and helper functions to create and remove PID file. |
docker/pkg/platform
Package platform provides helper function to get the runtime architecture for different platforms.
|
Package platform provides helper function to get the runtime architecture for different platforms. |
docker/pkg/plugins
Package plugins provides structures and helper functions to manage Docker plugins.
|
Package plugins provides structures and helper functions to manage Docker plugins. |
docker/pkg/plugins/pluginrpc-gen
command
|
|
docker/pkg/pools
Package pools provides a collection of pools which provide various data types with buffers.
|
Package pools provides a collection of pools which provide various data types with buffers. |
docker/pkg/registrar
Package registrar provides name registration.
|
Package registrar provides name registration. |
docker/pkg/signal
Package signal provides helper functions for dealing with signals across various operating systems.
|
Package signal provides helper functions for dealing with signals across various operating systems. |
docker/pkg/streamformatter
Package streamformatter provides helper functions to format a stream.
|
Package streamformatter provides helper functions to format a stream. |
docker/pkg/stringid
Package stringid provides helper functions for dealing with string identifiers
|
Package stringid provides helper functions for dealing with string identifiers |
docker/pkg/stringutils
Package stringutils provides helper functions for dealing with strings.
|
Package stringutils provides helper functions for dealing with strings. |
docker/pkg/tailfile
Package tailfile provides helper functions to read the nth lines of any ReadSeeker.
|
Package tailfile provides helper functions to read the nth lines of any ReadSeeker. |
docker/pkg/tarsum
Package tarsum provides algorithms to perform checksum calculation on filesystem layers.
|
Package tarsum provides algorithms to perform checksum calculation on filesystem layers. |
docker/pkg/term
Package term provides structures and helper functions to work with terminal (state, sizes).
|
Package term provides structures and helper functions to work with terminal (state, sizes). |
docker/pkg/testutil/assert
Package assert contains functions for making assertions in unit tests
|
Package assert contains functions for making assertions in unit tests |
docker/pkg/testutil/golden
Package golden provides function and helpers to use golden file for testing purpose.
|
Package golden provides function and helpers to use golden file for testing purpose. |
docker/pkg/truncindex
Package truncindex provides a general 'index tree', used by Docker in order to be able to reference containers by only a few unambiguous characters of their id.
|
Package truncindex provides a general 'index tree', used by Docker in order to be able to reference containers by only a few unambiguous characters of their id. |
docker/pkg/urlutil
Package urlutil provides helper function to check urls kind.
|
Package urlutil provides helper function to check urls kind. |
docker/pkg/useragent
Package useragent provides helper functions to pack version information into a single User-Agent header.
|
Package useragent provides helper functions to pack version information into a single User-Agent header. |
docker/registry
Package registry contains client primitives to interact with a remote Docker registry.
|
Package registry contains client primitives to interact with a remote Docker registry. |
docker/volume/local
Package local provides the default implementation for volumes.
|
Package local provides the default implementation for volumes. |
go-units
Package units provides helper function to parse and print size and time units in human-readable format.
|
Package units provides helper function to parse and print size and time units in human-readable format. |
dustin
|
|
go-humanize
Package humanize converts boring ugly numbers to human-friendly strings and back.
|
Package humanize converts boring ugly numbers to human-friendly strings and back. |
fatih
|
|
color
Package color is an ANSI color package to output colorized or SGR defined output to the standard output.
|
Package color is an ANSI color package to output colorized or SGR defined output to the standard output. |
fsouza
|
|
go-dockerclient
Package docker provides a client for the Docker remote API.
|
Package docker provides a client for the Docker remote API. |
go-dockerclient/testing
Package testing provides a fake implementation of the Docker API, useful for testing purpose.
|
Package testing provides a fake implementation of the Docker API, useful for testing purpose. |
hashicorp
|
|
go-cleanhttp
Package cleanhttp offers convenience utilities for acquiring "clean" http.Transport and http.Client structs.
|
Package cleanhttp offers convenience utilities for acquiring "clean" http.Transport and http.Client structs. |
inconshreveable
|
|
kballard
|
|
go-shellquote
Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules.
|
Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules. |
mitchellh
|
|
op
|
|
go-logging
Package logging implements a logging infrastructure for Go.
|
Package logging implements a logging infrastructure for Go. |
go-logging/examples
command
|
|
pavel-v-chernykh
|
|
pkg
|
|
errors
Package errors provides simple error handling primitives.
|
Package errors provides simple error handling primitives. |
ryanuber
|
|
spf13
|
|
cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
|
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
cobra/cobra
command
|
|
pflag
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
|
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
voxelbrain
|
|
goptions
package goptions implements a flexible parser for command line options.
|
package goptions implements a flexible parser for command line options. |
goptions/examples
command
|
Click to show internal directories.
Click to hide internal directories.