summaryrefslogtreecommitdiff
path: root/structs.go
blob: dce9cb46a05f867e0c5ca20a3ddd96c2f08af428 (plain)
1
2
3
4
5
6
package forgepb

// maybe an interface someday?
type Forge struct {
	Config *ForgeConfigs
}