Skip to content

Commit 0ef93c4

Browse files
committed
STAC-24049: resolve conflicts
1 parent 7ff532c commit 0ef93c4

6 files changed

Lines changed: 131 additions & 19 deletions

File tree

generated/stackstate_api/api/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14939,6 +14939,7 @@ components:
1493914939
signal:
1494014940
- null
1494114941
- null
14942+
_type: OtelComponentMapping
1494214943
name: name
1494314944
description: description
1494414945
expireAfter: 0
@@ -14948,6 +14949,10 @@ components:
1494814949
- name: name
1494914950
value: value
1495014951
properties:
14952+
_type:
14953+
enum:
14954+
- OtelComponentMapping
14955+
type: string
1495114956
identifier:
1495214957
type: string
1495314958
name:
@@ -14966,6 +14971,7 @@ components:
1496614971
format: int64
1496714972
type: integer
1496814973
required:
14974+
- _type
1496914975
- expireAfter
1497014976
- identifier
1497114977
- input
@@ -15138,6 +15144,7 @@ components:
1513815144
signal:
1513915145
- null
1514015146
- null
15147+
_type: OtelRelationMapping
1514115148
name: name
1514215149
description: description
1514315150
expireAfter: 0
@@ -15147,6 +15154,10 @@ components:
1514715154
- name: name
1514815155
value: value
1514915156
properties:
15157+
_type:
15158+
enum:
15159+
- OtelRelationMapping
15160+
type: string
1515015161
identifier:
1515115162
type: string
1515215163
name:
@@ -15165,6 +15176,7 @@ components:
1516515176
format: int64
1516615177
type: integer
1516715178
required:
15179+
- _type
1516815180
- expireAfter
1516915181
- identifier
1517015182
- input

generated/stackstate_api/docs/OtelComponentMapping.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**Type** | **string** | |
78
**Identifier** | **string** | |
89
**Name** | **string** | |
910
**Description** | Pointer to **string** | | [optional]
@@ -16,7 +17,7 @@ Name | Type | Description | Notes
1617

1718
### NewOtelComponentMapping
1819

19-
`func NewOtelComponentMapping(identifier string, name string, input OtelInput, output OtelComponentMappingOutput, expireAfter int64, ) *OtelComponentMapping`
20+
`func NewOtelComponentMapping(type_ string, identifier string, name string, input OtelInput, output OtelComponentMappingOutput, expireAfter int64, ) *OtelComponentMapping`
2021

2122
NewOtelComponentMapping instantiates a new OtelComponentMapping object
2223
This constructor will assign default values to properties that have it defined,
@@ -31,6 +32,26 @@ NewOtelComponentMappingWithDefaults instantiates a new OtelComponentMapping obje
3132
This constructor will only assign default values to properties that have it defined,
3233
but it doesn't guarantee that properties required by API are set
3334

35+
### GetType
36+
37+
`func (o *OtelComponentMapping) GetType() string`
38+
39+
GetType returns the Type field if non-nil, zero value otherwise.
40+
41+
### GetTypeOk
42+
43+
`func (o *OtelComponentMapping) GetTypeOk() (*string, bool)`
44+
45+
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
46+
and a boolean to check if the value has been set.
47+
48+
### SetType
49+
50+
`func (o *OtelComponentMapping) SetType(v string)`
51+
52+
SetType sets Type field to given value.
53+
54+
3455
### GetIdentifier
3556

3657
`func (o *OtelComponentMapping) GetIdentifier() string`

generated/stackstate_api/docs/OtelRelationMapping.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**Type** | **string** | |
78
**Identifier** | **string** | |
89
**Name** | **string** | |
910
**Description** | Pointer to **string** | | [optional]
@@ -16,7 +17,7 @@ Name | Type | Description | Notes
1617

1718
### NewOtelRelationMapping
1819

19-
`func NewOtelRelationMapping(identifier string, name string, input OtelInput, output OtelRelationMappingOutput, expireAfter int64, ) *OtelRelationMapping`
20+
`func NewOtelRelationMapping(type_ string, identifier string, name string, input OtelInput, output OtelRelationMappingOutput, expireAfter int64, ) *OtelRelationMapping`
2021

2122
NewOtelRelationMapping instantiates a new OtelRelationMapping object
2223
This constructor will assign default values to properties that have it defined,
@@ -31,6 +32,26 @@ NewOtelRelationMappingWithDefaults instantiates a new OtelRelationMapping object
3132
This constructor will only assign default values to properties that have it defined,
3233
but it doesn't guarantee that properties required by API are set
3334

35+
### GetType
36+
37+
`func (o *OtelRelationMapping) GetType() string`
38+
39+
GetType returns the Type field if non-nil, zero value otherwise.
40+
41+
### GetTypeOk
42+
43+
`func (o *OtelRelationMapping) GetTypeOk() (*string, bool)`
44+
45+
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
46+
and a boolean to check if the value has been set.
47+
48+
### SetType
49+
50+
`func (o *OtelRelationMapping) SetType(v string)`
51+
52+
SetType sets Type field to given value.
53+
54+
3455
### GetIdentifier
3556

3657
`func (o *OtelRelationMapping) GetIdentifier() string`

generated/stackstate_api/model_otel_component_mapping.go

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

generated/stackstate_api/model_otel_relation_mapping.go

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

stackstate_openapi/openapi_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
79390474f35f8f3d0599149a2c4c28a168fb39c4
1+
5bb2b5d01cc20d25322e38d5731875804d31692b

0 commit comments

Comments
 (0)