Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc for internal #109

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions credentials/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package credentials is an alibaba cloud official credentials provider implementation
package credentials
3 changes: 3 additions & 0 deletions credentials/request/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Package request is used for internal.
// You should not depend on it directly, breaking changes can and will be introducted to it.
package request
3 changes: 3 additions & 0 deletions credentials/response/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Package request is used for internal.
// You should not depend on it directly, breaking changes can and will be introducted to it.
package response
3 changes: 3 additions & 0 deletions credentials/utils/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Package request is used for internal.
// You should not depend on it directly, breaking changes can and will be introducted to it.
package utils
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Package doc is created for depping ensure.
package doc
// Package credentials-go
package credentials_go
Loading