riferrei / srclient

Golang Client for Schema Registry
Apache License 2.0
236 stars 70 forks source link

Intro mock client #10

Closed abraham-leal closed 4 years ago

abraham-leal commented 4 years ago

I like my clients like i like my cocktails: mockable.

Addresses #3 and adds testing for the mock client. No http mocking, but the errors are url.error 📦 Tried to add compatibility checking, but I saw no good comp checker in Go. If you know of one lmk, I might just write it later.

Also, corrected a minor error in the interface. Lmk.