blob: 5dc6e6babedd8c9b597b3726f36482eba70f85a3 (
plain) (
blame)
1
2
3
4
5
6
7
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package event provides a set of packages that cover the main
// concepts of telemetry in an implementation agnostic way.
package event
|