user

package
v0.0.0-...-0cdd26c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2024 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
	ID        string
	UserID    uuid.UUID
	Provider  string
	CreatedAt time.Time
	UpdatedAt time.Time
	DeletedAt time.Time
}

type User

type User struct {
	ID        uuid.UUID
	Username  string
	Email     string
	CreatedAt time.Time
	UpdatedAt time.Time
	DeletedAt time.Time
}

type UserService

type UserService struct {
	*http.ServeMux
	// contains filtered or unexported fields
}

func NewService

func NewService(repo UserRepo, ocs *oauth.ClientStore) (*UserService, error)

func (*UserService) MountPath

func (s *UserService) MountPath() string

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL