pub fn read_text( ctx: &GateCtx, relative: impl AsRef<Utf8Path>, ) -> Result<String, GateError>
Read a repository-relative text file for a gate.
GateError::Io naming the path when the file cannot be read.
GateError::Io