This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Use keptn/go-utils to access Keptn APIs #754
Labels
story
Issue is considered a story and should be resolvable within one sprint
Currently the dynatrace-service contains some implementations for accessing for some Keptn APIs.
Instead, it should use the clients provided by keptn/go-utils
e.g.
func (a *APIHandler) CreateService(project string, service models.CreateService) (string, *models.Error)
should be used to provide the implementation in
dynatrace-service/internal/keptn/keptn_service_client.go
Lines 59 to 70 in 9cab34c
The text was updated successfully, but these errors were encountered: