service_attribute

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: 1 Imported by: 0

README

Service Attribute

This directory includes attributes used across the service layer.

Directory Guidelines

  • Organize attributes in subdirectories if necessary.
  • Add .go files directly to this folder for simpler use cases.
Example Structure
attribute
├── sub-directory                                # when hit a complexity
│   └── attribute_<group_name>_<some_action>.go
└── attribute_some_action.go                     # when simple implementation

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserFindAttribute

type UserFindAttribute struct {
	ID    null.Int
	Email null.String
}

Jump to

Keyboard shortcuts

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