types

package module
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 1 Imported by: 0

README

SIMPELBI

Tables dan Tabler untuk aplikasi SIMPELBI

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Schemas added in v0.0.2

type Schemas[I any, O any] interface {
	GetById(context.Context, I) (O, error)
	Get(context.Context) ([]O, error)
	Update(context.Context, I) error
	Delete(context.Context, I) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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