repository

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	Get(ctx context.Context, id int64) (int64, int, error)
	Create(ctx context.Context, id int64) (int, error)
	Delete(ctx context.Context, id int64) (int, error)
	GetIDs(ctx context.Context) ([]int64, int, error)
}

Repository contains functions for empty_id domain.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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