summaryrefslogtreecommitdiff
path: root/structs.go
blob: 55b3188faeef08ddbd37080140809bd75fab7416 (plain)
1
2
3
4
5
6
7
8
9
10
package forgepb

import "go.wit.com/lib/protobuf/gitpb"

// 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
}