feat: use viper and cobra to parameterize creation values with viper yaml
This commit is contained in:
5
pkg/io/writer.go
Normal file
5
pkg/io/writer.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package io
|
||||
|
||||
type WriterIface interface {
|
||||
WriteFile(filename string, data []byte) (string, error)
|
||||
}
|
||||
Reference in New Issue
Block a user