summaryrefslogtreecommitdiff
path: root/include/vhost.hrl
Commit message (Collapse)AuthorAgeFilesLines
* Make virtual host record versionedDiana Corbacho2019-08-301-0/+6
Add metadata fields to virtual host Address feedback in #2080 * Switch to functions for vhost record accessors * Restore rabbit_vhost:list/0 behavior, introduce rabbit_vhost:all/0 to compensate * Store tags as an array of atoms, the same way we do for user tags * Type spec fixes * Other minor interface improvements suggested by @dumbbell Co-Authored-By: Michael Klishin <mklishin@pivotal.io> [#166298298]