forgepb/structs.go

7 lines
92 B
Go
Raw Normal View History

2024-11-28 00:02:27 -06:00
package forgepb
// maybe an interface someday?
type Forge struct {
Config *ForgeConfigs
}