文件名称:gosquared:一个golang gosquared客户
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-10 04:34:02
Go
Gosquared的Golang客户 package main import ( "github.com/mondough/gosquared" ) type ExampleEventData struct { NumTransactions int Type string Tags [] string } func main () { client := gosquared . NewClient ( "apiKey" , "siteToken" ) data := & ExampleEventData { NumTransactions : 102 , Type : "foo" , Tags :
【文件预览】:
gosquared-master
----client.go(2KB)
----LICENSE(1KB)
----README.md(521B)