repo_impl

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: MIT Imports: 6 Imported by: 0

README

Repository Implementation

This directory contains the implementations of repository interfaces.

Directory Guidelines

  • Separate implementations into subdirectories by domain features (e.g., product/).
  • For simpler domains, add the .go files directly in this directory.
Example Structure
impl
├── sub-directory                           # when hit a complexity
│   └── impl_<group_name>_<some_action>.go
└── impl_some_action.go                     # when simple implementation

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUserRepoImpl

func NewUserRepoImpl() *userRepoImpl

Types

This section is empty.

Jump to

Keyboard shortcuts

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