MCPcopy
hub / github.com/benbjohnson/wtf / UserService

Struct UserService

sqlite/user.go:19–21  ·  view source on GitHub ↗

UserService represents a service for managing users.

Source from the content-addressed store, hash-verified

17
18// UserService represents a service for managing users.
19type UserService struct {
20 db *DB
21}
22
23// NewUserService returns a new instance of UserService.
24func NewUserService(db *DB) *UserService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected