github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/server/passwords/models.go (about)

     1  package passwords
     2  
     3  type Password struct {
     4  	BasePassword
     5  	PasswordCrypted []byte `json:"password_crypted,omitempty"`
     6  }
     7  
     8  type Ids []int64