Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Phani Raj committed Aug 13, 2021
1 parent 6ed6315 commit 591bfce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/cmd/passwords/passwords.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ type Password struct {
orig *ps.DatabaseBranchPassword
}

type DeletedPassword struct {
Name string `header:"name" json:"name"`
Role string `header:"role" json:"role"`
CreatedAt int64 `header:"created_at,timestamp(ms|utc|human)" json:"created_at"`
DeletedAt int64 `header:"deleted_at,timestamp(ms|utc|human)" json:"deleted_at"`
orig *ps.DatabaseBranchPassword
}

type PasswordWithPlainText struct {
Name string `header:"name" json:"name"`
PublicID string `header:"username" json:"username"`
Expand Down

0 comments on commit 591bfce

Please sign in to comment.