Skip to content

Commit

Permalink
remove unecessary struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Aug 11, 2021
1 parent 8ad4899 commit 4ea742e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/commands/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,6 @@ func (d *DeployCmd) processFunctionS3(f mantil.Function, binaryPath string) erro
return nil
}

type Credentials struct {
AccessKeyID string
SecretAccessKey string
SessionToken string
}

func (d *DeployCmd) deployRequest(updates []mantil.FunctionUpdate) error {
type req struct {
ProjectName string
Expand Down

0 comments on commit 4ea742e

Please sign in to comment.