Skip to content

Commit

Permalink
remove unused entity
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Aug 27, 2018
1 parent 1d916fa commit 935066a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/entity/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ const (
UserCollectionName string = "users"
)

// JWT is the structure for veriging jet token
type JWT struct {
Token string `bson:"-" json:"token" validate:"required"`
}

// RegistryBasicAuthCredential is the structure for a user login credential
type RegistryBasicAuthCredential struct {
Username string `bson:"username" json:"username" validate:"required"`
Expand Down

0 comments on commit 935066a

Please sign in to comment.