diff options
Diffstat (limited to 'src/config.zig')
-rw-r--r-- | src/config.zig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/config.zig b/src/config.zig deleted file mode 100644 index b4e7cff..0000000 --- a/src/config.zig +++ /dev/null @@ -1,13 +0,0 @@ -const std = @import("std"); -const SSHashMap = std.StringHashMap([]const u8); - -const Config = @This(); - -allocator: std.mem.Allocator, -address: union(enum){ - net: std.net.Address, - unix: []const u8, -}, -database: ?[]const u8 = null, -user: []const u8, -password: ?[]const u8 = null, |