gateway

package
v0.0.0-...-64ec0ea Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserGateway

type UserGateway struct {
	// contains filtered or unexported fields
}

func (*UserGateway) Create

func (g *UserGateway) Create(p domain.CreateJson) error

func (*UserGateway) Delete

func (g *UserGateway) Delete(id domain.UserID) error

func (*UserGateway) GetAll

func (g *UserGateway) GetAll() (domain.Entities, error)

func (*UserGateway) GetById

func (g *UserGateway) GetById(id domain.UserID) (domain.Entity, error)

func (*UserGateway) Update

func (g *UserGateway) Update(id domain.UserID, p domain.CreateJson) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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