Skip to content

Commit 2d7e1e3

Browse files
committed
generated
1 parent 94cedbb commit 2d7e1e3

File tree

5,149 files changed

+78208
-332603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,149 files changed

+78208
-332603
lines changed

accesstransparency/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"net/http"
2424
"path"
2525

26-
v1 "github.com/openshift-online/ocm-sdk-go/accesstransparency/v1"
26+
"github.com/openshift-online/ocm-sdk-go/accesstransparency/v1"
2727
)
2828

2929
// Client is the client for service 'access_transparency'.

accesstransparency/v1/access_protection_builder.go

-63
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*
2+
Copyright (c) 2020 Red Hat, Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
17+
// IMPORTANT: This file has been generated automatically, refrain from modifying it manually as all
18+
// your changes will be lost when the file is generated again.
19+
20+
package v1 // github.com/openshift-online/ocm-sdk-go/accesstransparency/v1
21+
22+
import (
23+
api_v1 "github.com/openshift-online/ocm-api-model/clientapi/accesstransparency/v1"
24+
)
25+
26+
type AccessProtectionBuilder = api_v1.AccessProtectionBuilder
27+
28+
var NewAccessProtection = api_v1.NewAccessProtection

accesstransparency/v1/access_protection_list_builder.go

-71
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*
2+
Copyright (c) 2020 Red Hat, Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
17+
// IMPORTANT: This file has been generated automatically, refrain from modifying it manually as all
18+
// your changes will be lost when the file is generated again.
19+
20+
package v1 // github.com/openshift-online/ocm-sdk-go/accesstransparency/v1
21+
22+
import (
23+
api_v1 "github.com/openshift-online/ocm-api-model/clientapi/accesstransparency/v1"
24+
)
25+
26+
type AccessProtectionListBuilder = api_v1.AccessProtectionListBuilder
27+
28+
var NewAccessProtectionList = api_v1.NewAccessProtectionList
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
Copyright (c) 2020 Red Hat, Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
17+
// IMPORTANT: This file has been generated automatically, refrain from modifying it manually as all
18+
// your changes will be lost when the file is generated again.
19+
20+
package v1 // github.com/openshift-online/ocm-sdk-go/accesstransparency/v1
21+
22+
import (
23+
api_v1 "github.com/openshift-online/ocm-api-model/clientapi/accesstransparency/v1"
24+
)
25+
26+
var MarshalAccessProtectionList = api_v1.MarshalAccessProtectionList
27+
var WriteAccessProtectionList = api_v1.WriteAccessProtectionList
28+
var UnmarshalAccessProtectionList = api_v1.UnmarshalAccessProtectionList
29+
var ReadAccessProtectionList = api_v1.ReadAccessProtectionList

accesstransparency/v1/access_protection_list_type_json.go

-75
This file was deleted.

0 commit comments

Comments
 (0)