Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / internal / event / export / ocagent / wire / core.go
1 // Copyright 2019 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 package wire
6
7 // This file contains type that match core proto types
8
9 type Timestamp = string
10
11 type Int64Value struct {
12         Value int64 `json:"value,omitempty"`
13 }
14
15 type DoubleValue struct {
16         Value float64 `json:"value,omitempty"`
17 }