Documentation ¶
Index ¶
- type ConfluentSRMock
- func (m *ConfluentSRMock) AddSchema(t *testing.T, subject string, subjectVersion, globalVersion int, data string)
- func (m *ConfluentSRMock) Close()
- func (m *ConfluentSRMock) Schema(w http.ResponseWriter, r *http.Request)
- func (m *ConfluentSRMock) URL() string
- func (m *ConfluentSRMock) Versions(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfluentSRMock ¶
type ConfluentSRMock struct {
// contains filtered or unexported fields
}
func NewConfluentSRMock ¶
func NewConfluentSRMock(globalIDToData map[int]string, callback handler) *ConfluentSRMock
func (*ConfluentSRMock) Close ¶
func (m *ConfluentSRMock) Close()
func (*ConfluentSRMock) Schema ¶
func (m *ConfluentSRMock) Schema(w http.ResponseWriter, r *http.Request)
func (*ConfluentSRMock) URL ¶
func (m *ConfluentSRMock) URL() string
func (*ConfluentSRMock) Versions ¶
func (m *ConfluentSRMock) Versions(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.