Documentation ¶
Index ¶
Constants ¶
View Source
const ( Mongo = "MONGODB" MySQL = "MYSQL" PostGres = "POSTGRES" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { DB person_repo.Repository Config *person_config.Config }
func NewController ¶
func NewController(config *person_config.Config) (*Controller, error)
func (*Controller) CreateAccount ¶
func (c *Controller) CreateAccount(newPerson *person.Person) (any, error)
Click to show internal directories.
Click to hide internal directories.