Action

Actions to be performed by the dub

struct Action {
Type type;
string packageId;
PlacementLocation location;
Dependency vers;
Version existingVersion;
Package pack;
Dependency[string] issuer;
}

Meta