X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fapiv1%2Fsdks.go;fp=lib%2Fapiv1%2Fsdks.go;h=dfa44e2ec027dda69b073ab5af6519f81b4e8936;hb=be13167b869161b6e19dc3e94835245cdc7911e5;hp=0000000000000000000000000000000000000000;hpb=459f46bc410c8641314d5f3eb39c871558b7d156;p=src%2Fxds%2Fxds-agent.git diff --git a/lib/apiv1/sdks.go b/lib/apiv1/sdks.go new file mode 100644 index 0000000..dfa44e2 --- /dev/null +++ b/lib/apiv1/sdks.go @@ -0,0 +1,11 @@ +package apiv1 + +// SDK Define a cross tool chain used to build application +type SDK struct { + ID string `json:"id" binding:"required"` + Name string `json:"name"` + Profile string `json:"profile"` + Version string `json:"version"` + Arch string `json:"arch"` + Path string `json:"path"` +}