Registry / utility / go-vela-types

go-vela-types

JSON →
librarygogounverified

Provides shared data types and structures used across the Vela CI/CD platform.

go get github.com/go-vela/types
INSTALL
IMPORT
SIG · GO-VELA-TYPES
G
go-vela-types
utilitygo
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.

types
github.com/go-vela/types

Creates and uses a Build type from the Vela types package.

package main import ( "fmt" "github.com/go-vela/types" ) func main() { b := &types.Build{Number: 1} fmt.Println(b.GetNumber()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-vela-types — go get go-vela-types · libregistry