forked from mirror/client_golang
PR comments
Signed-off-by: Bob Shannon <bshannon@palantir.com>
This commit is contained in:
parent
e3e66d0bb9
commit
335dadb61a
|
@ -2,9 +2,9 @@ sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7.x
|
- 1.7.x
|
||||||
- 1.8.x
|
- 1.8.x
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -short ./...
|
- go test -short ./...
|
||||||
|
|
|
@ -131,9 +131,6 @@ type ConfigResult struct {
|
||||||
// FlagsResult contains the result from querying the flag endpoint.
|
// FlagsResult contains the result from querying the flag endpoint.
|
||||||
type FlagsResult map[string]string
|
type FlagsResult map[string]string
|
||||||
|
|
||||||
// Flags models a set of flags that Prometheus is configured with.
|
|
||||||
type Flags map[string]string
|
|
||||||
|
|
||||||
// SnapshotResult contains the result from querying the snapshot endpoint.
|
// SnapshotResult contains the result from querying the snapshot endpoint.
|
||||||
type SnapshotResult struct {
|
type SnapshotResult struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
|
Loading…
Reference in New Issue