mirror of
https://github.com/mentos1386/zdravko.git
synced 2025-02-07 09:53:37 +00:00
8 lines
102 B
Go
8 lines
102 B
Go
package workflows
|
|
|
|
type Workflows struct {
|
|
}
|
|
|
|
func NewWorkflows() *Workflows {
|
|
return &Workflows{}
|
|
}
|