mirror of
https://github.com/aykhans/dodo.git
synced 2025-09-05 10:43:37 +00:00
add env parser
This commit is contained in:
7
pkg/config/parser/base.go
Normal file
7
pkg/config/parser/base.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package parser
|
||||
|
||||
import "github.com/aykhans/dodo/pkg/config"
|
||||
|
||||
type IParser interface {
|
||||
Parse() (*config.Config, error)
|
||||
}
|
Reference in New Issue
Block a user