nats: export Status

There's not much of a reason this should be used externally, but I also
favor having things be exported rather than not exported. There will
probably be more opening up of the other imports here in the future.
This commit is contained in:
torque 2023-08-23 22:28:44 -07:00
parent 65ab46f714
commit af788a0536
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk

View File

@ -35,7 +35,7 @@ pub const Message = msg_.Message;
pub const Statistics = sta_.Statistics;
pub const StatsCounts = sta_.StatsCounts;
const Status = err_.Status;
pub const Status = err_.Status;
pub const Error = err_.Error;
pub fn getVersion() [:0]const u8 {