From c10d3410a2c48896c76a071643fdc8d1d7428498 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Nov 2024 19:56:46 -0600 Subject: pull in machine --- structs.go | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 8adc488..05ed89e 100644 --- a/structs.go +++ b/structs.go @@ -1,12 +1,16 @@ package forgepb -import "go.wit.com/lib/protobuf/gitpb" +import ( + "go.wit.com/lib/protobuf/gitpb" + "go.wit.com/lib/protobuf/zoopb" +) // maybe an interface someday? type Forge struct { - goSrc string // the path to go/src - Config *ForgeConfigs // config repos for readonly, private, etc - Repos *gitpb.Repos + goSrc string // the path to go/src + Config *ForgeConfigs // config repos for readonly, private, etc + Repos *gitpb.Repos + Machine *zoopb.Machine } func (f *Forge) GetGoSrc() string { -- cgit v1.2.3