Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adxgun/go-contacts
/ functions
Functions
13 in github.com/adxgun/go-contacts
⨍
Functions
13
◇
Types & classes
3
↓ 7 callers
Function
GetDB
()
models/base.go:37
↓ 2 callers
Method
Create
()
models/contact.go:39
↓ 1 callers
Function
GetContacts
(user uint)
models/contact.go:62
↓ 1 callers
Function
Login
(email, password string)
models/accounts.go:82
↓ 1 callers
Method
Validate
* This struct function validate the required parameters sent through the http request body returns message and true if the requirement is met */
models/contact.go:21
↓ 1 callers
Method
Validate
Validate incoming user details...
models/accounts.go:29
Method
Create
()
models/accounts.go:54
Function
GetContact
(id uint)
models/contact.go:52
Function
GetUser
(u uint)
models/accounts.go:111
Function
Message
(status bool, message string)
utils/util.go:8
Function
Respond
(w http.ResponseWriter, data map[string]interface{})
utils/util.go:12
Function
init
()
models/base.go:13
Function
main
()
main.go:12