postgres

package
v0.0.0-...-faef437 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRepository

func NewRepository(conn *pgx.Conn) domain.UserURLRepository

NewRepository ...

Types

type UserURL

type UserURL struct {
	ID         int
	URL        string
	Code       string
	CreatedAt  pgtype.Timestamp
	UpdatedAt  pgtype.Timestamp
	DeletedAt  pgtype.Timestamp
	TotalClick int
	UserID     pgtype.UUID
}

Jump to

Keyboard shortcuts

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