Skip to content

Commit 415782d

Browse files
Generate serviceaccount (#1728)
1 parent acb4f5a commit 415782d

25 files changed

+3030
-1704
lines changed

services/serviceaccount/api_default_test.go

Lines changed: 91 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/serviceaccount/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ module github.com/stackitcloud/stackit-sdk-go/services/serviceaccount
22

33
go 1.21
44

5-
require github.com/stackitcloud/stackit-sdk-go/core v0.16.0
5+
require (
6+
github.com/google/uuid v1.6.0
7+
github.com/stackitcloud/stackit-sdk-go/core v0.16.0
8+
)
69

710
require (
811
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
912
github.com/google/go-cmp v0.7.0 // indirect
10-
github.com/google/uuid v1.6.0 // indirect
1113
)

services/serviceaccount/model_access_token.go

Lines changed: 163 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)