Пример #1
0
func TestInterface(t *testing.T) {
	assert.Implements(t, (*redshiftiface.RedshiftAPI)(nil), redshift.New(nil))
}
Пример #2
0
func init() {
	Before("@redshift", func() {
		World["client"] = redshift.New(nil)
	})
}