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

ACL機能 #54

Merged
merged 1 commit into from
May 31, 2024
Merged

ACL機能 #54

merged 1 commit into from
May 31, 2024

Conversation

yamamoto-febc
Copy link
Member

ACL機能に対応

APIドキュメント: https://manual.sakura.ad.jp/cloud/webaccel/api.html#id35

追加されるAPI:

	ReadACL(ctx context.Context, id string) (*ACLResult, error)
	UpsertACL(ctx context.Context, id string, acl string) (*ACLResult, error)
	DeleteACL(ctx context.Context, id string) error

テスト結果

--- PASS: TestWebAccelOp_ACL (0.93s)
    --- PASS: TestWebAccelOp_ACL/create_ACL (0.30s)
    --- PASS: TestWebAccelOp_ACL/read_ACL (0.10s)
    --- PASS: TestWebAccelOp_ACL/update_ACL (0.17s)
    --- PASS: TestWebAccelOp_ACL/delete_ACL (0.35s)
PASS
ok  	github.com/sacloud/webaccel-api-go	1.301s

@yamamoto-febc yamamoto-febc merged commit 0e8ec3a into sacloud:main May 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant