Skip to content

Commit

Permalink
derive Clone and Debug for WebAnnoConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 15, 2024
1 parent c099b20 commit 7ab9301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/webanno.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ fn value_to_json(value: &DataValue) -> String {
}
}

#[derive(Clone, Debug)]
pub struct WebAnnoConfig {
/// IRI prefix for Annotation Identifiers. Will be prepended if the annotations public ID is not an IRI yet.
pub default_annotation_iri: String,
Expand Down

0 comments on commit 7ab9301

Please sign in to comment.