Files
herolib/lib/crypt/pgp/pgp_cmds.v
2025-10-12 12:30:19 +03:00

14 lines
216 B
V

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