Registry / cloud / cloudquery-plugin-sdk-v4

cloudquery-plugin-sdk-v4

JSON →
library4.95.3gogounverified

Package plugin-sdk provides the SDK for building CloudQuery plugins.

go get github.com/cloudquery/plugin-sdk/v4
INSTALL
IMPORT
SIG · CLOUDQUERY-PLUGIN-
C
cloudquery-plugin-sdk-v4
cloudgov4.95.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pluginsdk
github.com/cloudquery/plugin-sdk/v4

Define a CloudQuery table schema

package main import ( "github.com/cloudquery/plugin-sdk/v4/schema" ) func main() { table := schema.Table{ Name: "my_table", Columns: []schema.Column{ {Name: "id", Type: schema.TypeString}, }, } _ = table }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.95.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
cloudquery-plugin-sdk-v4 — go get cloudquery-plugin-sdk-v4 · libregistry