aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.zig')
-rw-r--r--src/api/schema.zig38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/api/schema.zig b/src/api/schema.zig
index f3141a1b5..79a98cfa8 100644
--- a/src/api/schema.zig
+++ b/src/api/schema.zig
@@ -373,7 +373,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -391,7 +391,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -418,7 +418,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -648,7 +648,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -799,7 +799,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -820,7 +820,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -838,7 +838,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -856,7 +856,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -1124,7 +1124,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -1139,7 +1139,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -1246,7 +1246,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -1953,7 +1953,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -2185,7 +2185,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -2200,7 +2200,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -2271,7 +2271,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -2478,7 +2478,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -2511,7 +2511,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -2529,7 +2529,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};
@@ -3147,7 +3147,7 @@ pub const Api = struct {
_,
- pub fn jsonStringify(self: *const @This(), writer: anytype) !void {
+ pub fn jsonStringify(self: @This(), writer: anytype) !void {
return try writer.write(@tagName(self));
}
};