summaryrefslogtreecommitdiff
path: root/pkg/triggers.go
blob: 370ab1c4c404ebdda618c0ee1086ceeaabe05f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
package gonf

type simpleTrigger struct {
	fact   string
	status Status
}

//type compositeTrigger struct {
//	triggers  []simpleTrigger
//	operation Operation
//}