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:
parent
65ab46f714
commit
af788a0536
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user