Files
herolib/libarchive/baobab/osis/factory.v
2025-08-29 09:48:13 +02:00

9 lines
121 B
V

module osis
pub fn new(config OSISConfig) !OSIS {
return OSIS{
indexer: new_indexer()!
storer: new_storer()!
}
}