Versions in this module Expand all Collapse all v7 v7.0.0 Sep 26, 2025 Changes in this version + type ClientMock struct + GetCall func(endpoint string, fetchOptions service.RequestParams) ([]byte, error) + PostCall func(endpoint string, body []byte, headers map[string]string) error + func (c ClientMock) Get(endpoint string, fetchOptions service.RequestParams) ([]byte, error) + func (c ClientMock) Post(service string, body []byte, headers map[string]string) error Other modules containing this package github.com/splitio/go-split-commons/v2 github.com/splitio/go-split-commons/v3 github.com/splitio/go-split-commons/v4 github.com/splitio/go-split-commons/v5 github.com/splitio/go-split-commons/v6 github.com/splitio/go-split-commons/v8