Skip to content

Commit

Permalink
remove unsed struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Ashaev committed Oct 12, 2023
1 parent 86a75b8 commit e6ac319
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/grafana/grafana.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import (
gapi "github.com/grafana/grafana-api-golang-client"
)

type SyncUser struct {
}

func New(url url.URL, config gapi.Config) (*gapi.Client, error) {
return gapi.New(url.String(), config)
}
Expand Down

0 comments on commit e6ac319

Please sign in to comment.