mirror of
https://github.com/mentos1386/zdravko.git
synced 2025-02-16 22:13:38 +00:00
10 lines
103 B
Go
10 lines
103 B
Go
|
package workflows
|
||
|
|
||
|
|
||
|
type Workflows struct {
|
||
|
}
|
||
|
|
||
|
func NewWorkflows() *Workflows {
|
||
|
return &Workflows{}
|
||
|
}
|