mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-25 08:58:50 +00:00
9 lines
103 B
Go
9 lines
103 B
Go
package workflows
|
|
|
|
|
|
type Workflows struct {
|
|
}
|
|
|
|
func NewWorkflows() *Workflows {
|
|
return &Workflows{}
|
|
}
|