Skip to content

Commit 8b359dd

Browse files
Merge pull request #6 from arash-r1c/main
Create auto-generated release
2 parents 01522e1 + 0988fe1 commit 8b359dd

37 files changed

+489
-2608
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @hatamiarash7
1+
* @arash-r1c

.github/dependabot.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ updates:
1010
reviewers:
1111
- "hatamiarash7"
1212

13-
- package-ecosystem: "docker"
14-
directory: "/"
15-
schedule:
16-
interval: "daily"
17-
assignees:
18-
- "hatamiarash7"
19-
reviewers:
20-
- "hatamiarash7"
21-
2213
- package-ecosystem: "gomod"
2314
directory: "/"
2415
schedule:

.github/generator/.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
2+
*.o
3+
*.a
4+
*.so
5+
6+
# Folders
7+
_obj
8+
_test
9+
10+
# Architecture specific extensions/prefixes
11+
*.[568vq]
12+
[568vq].out
13+
14+
# CGO
15+
*.cgo1.go
16+
*.cgo2.c
17+
_cgo_defun.c
18+
_cgo_gotypes.go
19+
_cgo_export.*
20+
21+
# Other
22+
_testmain.go
23+
*.exe
24+
*.test
25+
*.prof
26+
.DS_Store
27+
28+
# IDE
29+
.vscode
30+
31+
# Generator
32+
.openapi-generator-ignore
33+
.openapi-generator
34+
.travis.yml
35+
git_push.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/generator/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# ArvanCloud CDN Go
2+
3+
[![Release](https://github.com/arvancloud/cdn-go/actions/workflows/release.yaml/badge.svg)](https://github.com/arvancloud/cdn-go/actions/workflows/release.yaml) [![CodeQL](https://github.com/arvancloud/cdn-go/actions/workflows/codeql.yaml/badge.svg)](https://github.com/arvancloud/cdn-go/actions/workflows/codeql.yaml) ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/r1cloud/cdn?sort=semver) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/arvancloud/cdn-go) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/arvancloud/cdn-go?display_name=tag&label=version&sort=semver)
4+
5+
![logo](.github/logo.svg)
6+
7+
It's a Go library for interacting with the ArvanCloud CDN API.
8+
9+
## Installation
10+
11+
```bash
12+
go get github.com/arvancloud/cdn-go
13+
```
14+
15+
## Usage
16+
17+
Check the [HOW-TO.md](docs/HOW-TO.md) file for more information.
18+
19+
## Contributing
20+
21+
We welcome contributions from the community. Please report any issues you find in the [Issues page](https://github.com/arvancloud/cdn-go/issues) or send us an email at [cdn@arvancloud.ir](mailto:cdn@arvancloud.ir).
File renamed without changes.

.github/generator/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packageName: r1cdn
2+
generateInterfaces: false
3+
packageVersion: 1.0.0

0 commit comments

Comments
 (0)