Versions in this module Expand all Collapse all v0 v0.6.0 Jun 13, 2024 Changes in this version + type MockClient struct + DesiredApplications []admin.Application + DesiredPolicies []hexapolicy.PolicyInfo + Errs map[string]error + Key []byte + Name string + Provider string + Status string + Url string + func (m *MockClient) Application(id string) (admin.Application, error) + func (m *MockClient) Applications(bool) ([]admin.Application, error) + func (m *MockClient) CreateIntegration(name string, provider string, key []byte) error + func (m *MockClient) DeleteIntegration(id string) error + func (m *MockClient) GetHttpClient() admin.HTTPClient + func (m *MockClient) GetPolicies(id string) ([]hexapolicy.PolicyInfo, string, error) + func (m *MockClient) Health() (string, error) + func (m *MockClient) Integrations() ([]admin.Integration, error) + func (m *MockClient) Orchestration(_ string, _ string) error + func (m *MockClient) SetPolicies(id string, _ string) error