Skip to content

Commit

Permalink
cmd: Remove not used package in service.tmpl (#679)
Browse files Browse the repository at this point in the history
* remove not used package in service.tmpl

* remove credential.Provider
  • Loading branch information
RhnSharma committed Jul 16, 2021
1 parent fe3103c commit 4844e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cmd/definitions/bindata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions cmd/definitions/tmpl/service.tmpl
Expand Up @@ -5,13 +5,11 @@ import (
"context"
"io"

"github.com/beyondstorage/go-storage/v4/pkg/credential"
"github.com/beyondstorage/go-storage/v4/pkg/httpclient"
"github.com/beyondstorage/go-storage/v4/services"
. "github.com/beyondstorage/go-storage/v4/types"
)

var _ credential.Provider
var _ Storager
var _ services.ServiceError
var _ httpclient.Options
Expand Down

0 comments on commit 4844e56

Please sign in to comment.