Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CockroachDB ¶
type CockroachDB struct {
// contains filtered or unexported fields
}
func NewCockroachDB ¶
func NewCockroachDB() *CockroachDB
func (*CockroachDB) CreateUser ¶
func (c *CockroachDB) CreateUser(email, password string) (types.User, error)
func (*CockroachDB) GetUserByEmail ¶
func (c *CockroachDB) GetUserByEmail(email string) (types.User, error)
Click to show internal directories.
Click to hide internal directories.