chore(repo): renamed gonf subfolder to something more traditional in go land

This commit is contained in:
Julien Dessaux 2024-03-07 00:54:35 +01:00
parent 3b9af43738
commit 560becfd32
Signed by: adyxax
GPG key ID: F92E51B86E07177E
14 changed files with 2 additions and 2 deletions

11
pkg/triggers.go Normal file
View file

@ -0,0 +1,11 @@
package gonf
type simpleTrigger struct {
fact string
status Status
}
//type compositeTrigger struct {
// triggers []simpleTrigger
// operation Operation
//}