diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 00:02:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 00:02:27 -0600 |
| commit | 0401b949c6f900891f1eefaba41295d2c2a96b07 (patch) | |
| tree | b95a0a23fe444e212ab873f90b2f347303785b56 /structs.go | |
| parent | 54a93cd5ebbaf7ed72704c1af9a8be5b8c71f5bd (diff) | |
added Init() and a Forge struct
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/structs.go b/structs.go new file mode 100644 index 0000000..dce9cb4 --- /dev/null +++ b/structs.go @@ -0,0 +1,6 @@ +package forgepb + +// maybe an interface someday? +type Forge struct { + Config *ForgeConfigs +} |
