# bosh-cpi-go **Repository Path**: mirrors_cloudfoundry/bosh-cpi-go ## Basic Information - **Project Name**: bosh-cpi-go - **Description**: Library for developing BOSH CPIs in Go - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bosh-cpi-go: Library for writing BOSH CPIs in Go See [docs/example.go](docs/example.go) for an example & [apiv1/interfaces.go](apiv1/interfaces.go) for interface details. CPIs using this library: - [Warden CPI](https://github.com/cppforlife/bosh-warden-cpi-release) - [VirtualBox CPI](https://github.com/cppforlife/bosh-virtualbox-cpi-release) - [Docker CPI](https://github.com/cppforlife/bosh-docker-cpi-release) - [Kubernetes CPI](https://github.com/bosh-cpis/bosh-kubernetes-cpi-release) ## Test `bin/test` ## Todos - rename apiv1 to api package