func TestInterface(t *testing.T) {
	assert.Implements(t, (*rdsiface.RDSAPI)(nil), rds.New(nil))
}
Beispiel #2
0
func init() {
	Before("@rds", func() {
		World["client"] = rds.New(nil)
	})
}