feat(domain): add TabFetcherPort and TabParserPort traits
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
pub mod note;
|
||||
pub mod chord;
|
||||
pub mod song;
|
||||
pub mod ports;
|
||||
|
||||
pub use note::Note;
|
||||
pub use chord::Chord;
|
||||
pub use song::{ChordPosition, LyricLine, Section, SectionKind, SongMeta, Song};
|
||||
pub use ports::{FetchError, ParseError, TabFetcherPort, TabParserPort, TabSource};
|
||||
|
||||
Reference in New Issue
Block a user