Skip to content

Commit 3646408

Browse files
Update src/flow_service/mod.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent e447efd commit 3646408

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/flow_service/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ pub struct FlowUpdateService {
2121
impl FlowUpdateService {
2222
/// Create a new FlowUpdateService instance from an Aquila URL and a definition path.
2323
///
24-
/// This will read the definition files from the given path and initialize the service with the data types, runtime function definitions, function definitions, and flow types.
24+
/// This reads the definition files from the given path as modules and initializes the
25+
/// service with those module definitions.
2526
pub async fn from_url(aquila_url: String, definition_path: &str, aquila_token: String) -> Self {
2627
let reader = Reader::configure(definition_path.to_string(), true, vec![], None);
2728
let modules = match reader.read_modules() {

0 commit comments

Comments
 (0)