mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:03:22 +00:00
add constructor for Builder
this makes it easier to track required dependencies as they change (todo: actually, like, use it for required dependencies)
This commit is contained in:
@@ -35,6 +35,10 @@ type BuildState struct {
|
||||
// Max RAM, Max Swap, Disk space, and more.
|
||||
}
|
||||
|
||||
func New() *Builder {
|
||||
return &Builder{}
|
||||
}
|
||||
|
||||
// Builder represents a build process being prepared
|
||||
// to run.
|
||||
type Builder struct {
|
||||
|
Reference in New Issue
Block a user