Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2026 Changes in this version + const CommunityAPIVersion + const EnterpriseAPIVersion + const TestPassword + const TestUsername + func ErrorResponse(status int) http.HandlerFunc + func JSONResponse(body string) http.HandlerFunc + func MethodAwareHandler(handlers map[string]http.HandlerFunc) http.HandlerFunc + func NewMockEnterpriseServer(t *testing.T, cfg MockServerConfig) *httptest.Server + func NewMockServer(t *testing.T, cfg MockServerConfig) *httptest.Server + func NewTestClient(t *testing.T, server *httptest.Server) *client.DataplaneClient + func StatusResponse(status int) http.HandlerFunc + func TextResponse(status int, body string) http.HandlerFunc + type MockServerConfig struct + APIVersion string + Handlers map[string]http.HandlerFunc v0.1.0-alpha.12 Feb 27, 2026