amigo:Golang中的Asterisk AMI连接器

时间:2024-05-27 13:51:50
【文件属性】:

文件名称:amigo:Golang中的Asterisk AMI连接器

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-27 13:51:50

Go

朋友 Golang上的Asterisk AMI连接器。 注意力! API已在v0.1.2中更改。 请阅读godoc。 用法很简单。 安装: go get github.com/ivahaev/amigo 使用 将模块导入您的项目: import "github.com/ivahaev/amigo" 然后使用: package main import ( "fmt" "github.com/ivahaev/amigo" ) // Creating hanlder functions func DeviceStateChangeHandler ( m map [ string ] string ) { fmt . Printf ( "DeviceStateChange event received: %v \n " , m ) } func DefaultHandler (


【文件预览】:
amigo-master
----.gitignore(30B)
----go.mod(41B)
----uuid()
--------uuid.go(346B)
----ami.go(8KB)
----LICENSE(1KB)
----examples()
--------concurrent()
----README.md(2KB)
----ami_test.go(2KB)
----amigo_test.go(956B)
----amigo.go(8KB)

网友评论