Skip to content

Commit 9e1b67b

Browse files
authored
chore(tutone): update generated code
1 parent 29beb97 commit 9e1b67b

39 files changed

+6217
-1067
lines changed

internal/utils/utils_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import (
66
"testing"
77
"time"
88

9-
"github.com/newrelic/newrelic-client-go/v2/pkg/nrtime"
109
"github.com/stretchr/testify/assert"
1110
"github.com/stretchr/testify/require"
11+
12+
"github.com/newrelic/newrelic-client-go/v2/pkg/nrtime"
1213
)
1314

1415
func TestIntArrayToString(t *testing.T) {

pkg/accountmanagement/accountmanagement_api.go

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/accounts/types.go

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by tutone: DO NOT EDIT
22
package accounts
33

4-
// RegionScope -
54
type RegionScope string
65

76
var RegionScopeTypes = struct {
@@ -18,18 +17,14 @@ var RegionScopeTypes = struct {
1817

1918
// AccountOutline - The `AccountOutline` object provides basic data about an account.
2019
type AccountOutline struct {
21-
//
22-
ID int `json:"id,omitempty"`
23-
//
20+
ID int `json:"id,omitempty"`
2421
Name string `json:"name,omitempty"`
2522
// Returns event types that are currently reporting in the account.
2623
ReportingEventTypes []string `json:"reportingEventTypes,omitempty"`
2724
}
2825

2926
// AccountReference - The `AccountReference` object provides basic identifying information about the account.
3027
type AccountReference struct {
31-
//
32-
ID int `json:"id,omitempty"`
33-
//
28+
ID int `json:"id,omitempty"`
3429
Name string `json:"name,omitempty"`
3530
}

0 commit comments

Comments
 (0)