Go言語向けのさくらのクラウド SimpleMQ APIライブラリ
SimpleMQ APIドキュメント: https://manual.sakura.ad.jp/api/cloud/simplemq/
sacloud/simplemq-api-goはさくらのクラウド SimpleMQ APIをGo言語から利用するためのAPIライブラリです。
キューの作成や削除などリソース管理のためのQueue APIと、メッセージの送受信を行うMessage APIに分かれています。
queue_test.go / message_test.go を参照。
- Testの追加
simplemq-api-go
Copyright (C) 2025- The sacloud/simplemq-api-go authors.
This project is published under Apache 2.0 License.