chore(repo): renamed gonf subfolder to something more traditional in go land
This commit is contained in:
parent
3b9af43738
commit
560becfd32
14 changed files with 2 additions and 2 deletions
11
pkg/triggers.go
Normal file
11
pkg/triggers.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package gonf
|
||||
|
||||
type simpleTrigger struct {
|
||||
fact string
|
||||
status Status
|
||||
}
|
||||
|
||||
//type compositeTrigger struct {
|
||||
// triggers []simpleTrigger
|
||||
// operation Operation
|
||||
//}
|
Loading…
Add table
Add a link
Reference in a new issue