user

package
v0.0.0-...-9e351bc Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = errors.New("user not found")

Functions

This section is empty.

Types

type ID

type ID string

type Language

type Language string

type Stats

type Stats struct {
	Day   string
	Count int
}

func (*Stats) String

func (s *Stats) String() string

type User

type User struct {
	ID              ID
	FullName        string
	Language        Language
	NotifyType      *notify.Type
	NotifyChannelID *string
	CreatedAt       time.Time
	UpdatedAt       time.Time
}

Directories

Path Synopsis
storage

Jump to

Keyboard shortcuts

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