Files
herolib/lib/crypt/pgp/pgp_cmds.v
2024-12-25 12:38:51 +01:00

14 lines
224 B
V

module pgp
// import freeflowuniverse.herolib.builder
import os
// list all instances
fn (pgp PGPFactory) list() ?[]&PGPInstance {
mut res := []&PGPInstance{}
}
// destroy all instances
fn (pgp PGPFactory) destroy() {
}