14 lines
224 B
V
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() {
|
|
}
|