data

package
v0.0.0-...-26d3b97 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StudentDataRepository

type StudentDataRepository struct{}

func New

func New() *StudentDataRepository

func (*StudentDataRepository) CreateStudent

func (data *StudentDataRepository) CreateStudent(s *model.Student) (id string, err error)

func (*StudentDataRepository) DeleteStudent

func (data *StudentDataRepository) DeleteStudent(studentId string) error

func (*StudentDataRepository) GetDetailStudent

func (data *StudentDataRepository) GetDetailStudent(
	studentId string,
) (*model.Student, error)

func (*StudentDataRepository) GetListStudent

func (data *StudentDataRepository) GetListStudent() (
	listStudent []model.Student,
)

Jump to

Keyboard shortcuts

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