Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/google/uuid
Sandeep Sukhani b687ec6e5b vendoring: update cortex to latest master (#938) 6 years ago
..
.travis.yml vendoring: update cortex to latest master (#938) 6 years ago
CONTRIBUTING.md vendoring: update cortex to latest master (#938) 6 years ago
CONTRIBUTORS vendoring: update cortex to latest master (#938) 6 years ago
LICENSE vendoring: update cortex to latest master (#938) 6 years ago
README.md vendoring: update cortex to latest master (#938) 6 years ago
dce.go vendoring: update cortex to latest master (#938) 6 years ago
doc.go vendoring: update cortex to latest master (#938) 6 years ago
go.mod vendoring: update cortex to latest master (#938) 6 years ago
hash.go vendoring: update cortex to latest master (#938) 6 years ago
marshal.go vendoring: update cortex to latest master (#938) 6 years ago
node.go vendoring: update cortex to latest master (#938) 6 years ago
node_js.go vendoring: update cortex to latest master (#938) 6 years ago
node_net.go vendoring: update cortex to latest master (#938) 6 years ago
sql.go vendoring: update cortex to latest master (#938) 6 years ago
time.go vendoring: update cortex to latest master (#938) 6 years ago
util.go vendoring: update cortex to latest master (#938) 6 years ago
uuid.go vendoring: update cortex to latest master (#938) 6 years ago
version1.go vendoring: update cortex to latest master (#938) 6 years ago
version4.go vendoring: update cortex to latest master (#938) 6 years ago

README.md

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).

Install

go get github.com/google/uuid

Documentation

GoDoc

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/google/uuid