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