go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

golang sdk

Results 22 go-sdk issues
Sort by recently updated
recently updated
newest added

- Add CertListReq and CertListResp for retrieving SSL certificate lists - Add CertDetailResp and RealCertDetailResp for retrieving SSL certificate details - Implement GetCertList and GetCertDetail methods for fetching SSL certificate...

needs-ok-to-test

v7.23.0 启用了 cgo,编译命令: ``` go build -tags fts5 -v -ldflags -s -w -buildmode=c-archive -o ``` 报错: ``` /Users/Vanessa/Work/GoGoGo/pkg/mod/github.com/elastic/[email protected]/providers/darwin/machineid_darwin.go:43:14: could not determine kind of name for C.gethostuuid ```

question