summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-28 00:02:27 -0600
committerJeff Carr <[email protected]>2024-11-28 00:02:27 -0600
commit0401b949c6f900891f1eefaba41295d2c2a96b07 (patch)
treeb95a0a23fe444e212ab873f90b2f347303785b56 /structs.go
parent54a93cd5ebbaf7ed72704c1af9a8be5b8c71f5bd (diff)
added Init() and a Forge struct
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
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
+}