package adminconsole // MessageData is the view model for the generic message page used to render // not-found, validation, and operation-failure notices. Class selects the CSS // styling (for example "bad" for errors); BackHref, when set, renders a link // back to a relevant page. type MessageData struct { Message string Class string BackHref string }