7 lines
92 B
Go
7 lines
92 B
Go
|
package forgepb
|
||
|
|
||
|
// maybe an interface someday?
|
||
|
type Forge struct {
|
||
|
Config *ForgeConfigs
|
||
|
}
|