diff --git a/library/build_queue.go b/library/build_queue.go index 64ab0587..6d2da542 100644 --- a/library/build_queue.go +++ b/library/build_queue.go @@ -7,6 +7,8 @@ import "fmt" // BuildQueue is the library representation of the builds in the queue. // +// Deprecated: Use QueueBuild from github.com/go-vela/server/api/types instead. +// // swagger:model BuildQueue type BuildQueue struct { Status *string `json:"status,omitempty"`