11 lines
164 B
Go
11 lines
164 B
Go
package gonf
|
|
|
|
type simpleTrigger struct {
|
|
fact string
|
|
status Status
|
|
}
|
|
|
|
//type compositeTrigger struct {
|
|
// triggers []simpleTrigger
|
|
// operation Operation
|
|
//}
|