Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 Changes in this version + type Client interface + LoadVMs func() error + WhitelistSubnet func(subnetID string) error + func NewClient(url string) Client + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *MockClient + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) LoadVMs() error + func (m *MockClient) WhitelistSubnet(subnetID string) error + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) LoadVMs() *gomock.Call + func (mr *MockClientMockRecorder) WhitelistSubnet(subnetID interface{}) *gomock.Call