Skip to content

Commit

Permalink
Introduce ServiceEnablement (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hoppe <[email protected]>
  • Loading branch information
roberth1988 and Robert Hoppe authored Jul 8, 2024
1 parent acef8b8 commit b51e27a
Show file tree
Hide file tree
Showing 7 changed files with 1,192 additions and 0 deletions.
27 changes: 27 additions & 0 deletions internal/config/service-enablement/v1.0/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package: serviceenablement
output: ../../../../pkg/services/service-enablement/v1/serviceenablement.go
generate:
models: true
client: true
output-options:
custom-doer:
enabled: true
import: contracts "github.com/SchwarzIT/community-stackit-go-client/pkg/contracts"
name: "contracts.BaseClientInterface"
split-by-tags:
verbose: false
enabled: true
tidy:
verbose: true
functions:
- replace: Id
with: ID
all: true
params:
- replace: Id
with: ID
all: true
schemas:
- replace: Id
with: ID
all: true
3 changes: 3 additions & 0 deletions internal/config/service-enablement/v1.0/generate.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package gen

//go:generate go run github.com/do87/stackit-client-generator/cmd/[email protected] -config config.yaml service-enablement.json
Loading

0 comments on commit b51e27a

Please sign in to comment.