Skip to content
Snippets Groups Projects
Unverified Commit 05299768 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Initial type for actions.

parent efc7c6c4
No related branches found
No related tags found
No related merge requests found
// Package modules implements all the modules.
// Copyright (C) 2022 Kevin Lyda <kevin@lyda.ie>
package modules
// Action defines a module.
type Action struct {
Kind string `yaml:"kind"`
Args []string `yaml:"args"`
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment