users

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service added in v0.5.0

type Service struct {
}

func NewService added in v0.5.0

func NewService() *Service

func (*Service) GetUser added in v0.5.0

func (s *Service) GetUser(_ context.Context, ID string) (*User, error)

type User

type User struct {
	ID string `gorm:"notNull"`
}

User represents a user entity.

Jump to

Keyboard shortcuts

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