Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
       beorn7
        | 
      |
| 
         
          
            perks/quantile
            
            
          
           
      Package quantile computes approximate quantiles over an unbounded data stream within low memory and CPU bounds. 
         | 
      Package quantile computes approximate quantiles over an unbounded data stream within low memory and CPU bounds. | 
| 
       coreos
        | 
      |
| 
         
          
            fleet/schema
            
            
          
           
      Package schema provides access to the fleet API. 
         | 
      Package schema provides access to the fleet API. | 
| 
       davecgh
        | 
      |
| 
         
          
            go-spew/spew
            
            
          
           
      Package spew implements a deep pretty printer for Go data structures to aid in debugging. 
         | 
      Package spew implements a deep pretty printer for Go data structures to aid in debugging. | 
| 
       docker
        | 
      |
| 
         
          
            libcontainer/netlink
            
            
          
           
      Packet netlink provide access to low level Netlink sockets and messages. 
         | 
      Packet netlink provide access to low level Netlink sockets and messages. | 
| 
       emicklei
        | 
      |
| 
         
          
            go-restful
            
            
          
           
      Package restful, a lean package for creating REST-style WebServices without magic. 
         | 
      Package restful, a lean package for creating REST-style WebServices without magic. | 
| 
         
          
            go-restful/examples
            
            command
          
          
         
       | 
      |
| 
         
          
            go-restful/swagger
            
            
          
           
      Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md 
         | 
      Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md | 
| 
       gedex
        | 
      |
| 
         
          
            inflector
            
            
          
           
      Package inflector pluralizes and singularizes English nouns. 
         | 
      Package inflector pluralizes and singularizes English nouns. | 
| 
         
          
            inflector/example
            
            command
          
          
         
       | 
      |
| 
       ghodss
        | 
      |
| 
       golang
        | 
      |
| 
         
          
            glog
            
            
          
           
      Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. 
         | 
      Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. | 
| 
         
          
            protobuf/proto
            
            
          
           
      Package proto converts data structures to and from the wire format of protocol buffers. 
         | 
      Package proto converts data structures to and from the wire format of protocol buffers. | 
| 
       google
        | 
      |
| 
         
          
            cadvisor/client
            
            
          
           
      TODO(cAdvisor): Package comment. 
         | 
      TODO(cAdvisor): Package comment. | 
| 
         
          
            cadvisor/client/clientexample
            
            command
          
          
         
       | 
      |
| 
         
          
            cadvisor/client/v2
            
            
          
           
      Client library to programmatically access cAdvisor API. 
         | 
      Client library to programmatically access cAdvisor API. | 
| 
         
          
            gofuzz
            
            
          
           
      Package fuzz is a library for populating go objects with random values. 
         | 
      Package fuzz is a library for populating go objects with random values. | 
| 
       hawkular
        | 
      |
| 
       imdario
        | 
      |
| 
         
          
            mergo
            
            
          
           
      Package mergo merges same-type structs and maps by setting default values in zero-value fields. 
         | 
      Package mergo merges same-type structs and maps by setting default values in zero-value fields. | 
| 
       influxdb
        | 
      |
| 
       jonboulle
        | 
      |
| 
       juju
        | 
      |
| 
         
          
            ratelimit
            
            
          
           
      The ratelimit package provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things. 
         | 
      The ratelimit package provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things. | 
| 
       matttproud
        | 
      |
| 
         
          
            golang_protobuf_extensions/pbutil
            
            
          
           
      Package pbutil provides record length-delimited Protocol Buffer streaming. 
         | 
      Package pbutil provides record length-delimited Protocol Buffer streaming. | 
| 
       progrium
        | 
      |
| 
         
          
            go-extpoints
            
            command
          
          
         
       | 
      |
| 
         
          
            go-extpoints/examples/tool
            
            command
          
          
         
       | 
      |
| 
         
          
            go-extpoints/examples/tool/extpoints
            
            
          
           
      generated by go-extpoints -- DO NOT EDIT 
         | 
      generated by go-extpoints -- DO NOT EDIT | 
| 
         
          
            go-extpoints/tests
            
            command
          
          
         
       | 
      |
| 
       prometheus
        | 
      |
| 
         
          
            client_golang/model
            
            
          
           
      Package model contains core representation of Prometheus client primitives. 
         | 
      Package model contains core representation of Prometheus client primitives. | 
| 
         
          
            client_golang/prometheus
            
            
          
           
      Package prometheus provides embeddable metric primitives for servers and standardized exposition of telemetry through a web services interface. 
         | 
      Package prometheus provides embeddable metric primitives for servers and standardized exposition of telemetry through a web services interface. | 
| 
         
          
            client_golang/text
            
            
          
           
      Package text contains helper functions to parse and create text-based exchange formats. 
         | 
      Package text contains helper functions to parse and create text-based exchange formats. | 
| 
         
          
            client_model/go
            
            
          
           
      Package io_prometheus_client is a generated protocol buffer package. 
         | 
      Package io_prometheus_client is a generated protocol buffer package. | 
| 
         
          
            procfs
            
            
          
           
      Package procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc. 
         | 
      Package procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc. | 
| 
       spf13
        | 
      |
| 
         
          
            pflag
            
            
          
           
      pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. 
         | 
      pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. | 
| 
       stretchr
        | 
      |
| 
         
          
            testify/assert
            
            
          
           
      A set of comprehensive testing tools for use with the normal Go testing system. 
         | 
      A set of comprehensive testing tools for use with the normal Go testing system. | 
| 
         
          
            testify/require
            
            
          
           
      Alternative testing tools which stop test execution if test failed. 
         | 
      Alternative testing tools which stop test execution if test failed. | 
 Click to show internal directories. 
   Click to hide internal directories.