Skip to content

Commit

Permalink
add deprecation to queuebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jul 26, 2024
1 parent 16990bd commit b1c9e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/build_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit b1c9e74

Please sign in to comment.