realize/realize_test.go

14 lines
261 B
Go
Raw Normal View History

2017-11-20 13:16:07 +00:00
package main
import "os"
var mockResponse interface{}
type mockRealize struct {
Settings Settings `yaml:"settings" json:"settings"`
Server Server `yaml:"server" json:"server"`
Schema `yaml:",inline"`
sync chan string
exit chan os.Signal
}