package parser import "github.com/aykhans/dodo/pkg/config" type IParser interface { Parse() (*config.Config, error) }