Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Repository files navigation

Warning

このレポジトリの内容は下記に集約・移転しました。 github.com/sacloud/sacloud-sdk-go

今後は上記のレポジトリで開発を行います。 このライブラリを使用している方は、importを変更していただきますようお願いいたします。

// 変更前
import "github.com/sacloud/simplemq-api-go"

// 変更後
import "github.com/sacloud/sacloud-sdk-go/api/simplemq"

sacloud/simplemq-api-go

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 を参照。

⚠️ v1.0に達するまでは互換性のない形で変更される可能性がありますのでご注意ください。

TODO

  • Testの追加

License

simplemq-api-go Copyright (C) 2025- The sacloud/simplemq-api-go authors. This project is published under Apache 2.0 License.

About

Go言語向け さくらのクラウド SimpleMQ APIライブラリ

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from sacloud/go-template