@@ -0,0 +1,11 @@
|
|||||||
|
package zones
|
||||||
|
|
||||||
|
import "io"
|
||||||
|
|
||||||
|
type Zones struct{}
|
||||||
|
|
||||||
|
func (*Zones) WriteEnv(io.Writer) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func New(mdir string) (*Zones, error)
|
||||||
Reference in New Issue
Block a user