Documentation
¶
Index ¶
- func CreateTestClient(serverURL string, accountID int) *dbt_cloud.Client
- func IntPtr(i int) *int
- type MockRepositoryServer
- func (m *MockRepositoryServer) Close()
- func (m *MockRepositoryServer) GetLastUpdateRequest() *dbt_cloud.Repository
- func (m *MockRepositoryServer) SetCreateResponse(response *dbt_cloud.RepositoryResponse)
- func (m *MockRepositoryServer) SetUpdateResponse(response *dbt_cloud.RepositoryResponse)
- func (m *MockRepositoryServer) URL() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockRepositoryServer ¶
type MockRepositoryServer struct {
// contains filtered or unexported fields
}
func NewMockRepositoryServer ¶
func NewMockRepositoryServer(accountID, projectID, repositoryID int) *MockRepositoryServer
func (*MockRepositoryServer) Close ¶
func (m *MockRepositoryServer) Close()
func (*MockRepositoryServer) GetLastUpdateRequest ¶
func (m *MockRepositoryServer) GetLastUpdateRequest() *dbt_cloud.Repository
func (*MockRepositoryServer) SetCreateResponse ¶
func (m *MockRepositoryServer) SetCreateResponse(response *dbt_cloud.RepositoryResponse)
func (*MockRepositoryServer) SetUpdateResponse ¶
func (m *MockRepositoryServer) SetUpdateResponse(response *dbt_cloud.RepositoryResponse)
func (*MockRepositoryServer) URL ¶
func (m *MockRepositoryServer) URL() string
Click to show internal directories.
Click to hide internal directories.