svc

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StudentServiceServerImpl

type StudentServiceServerImpl struct {
	Log  *zap.Logger
	Data *data.StudentDataRepository
	studentv2grpc.UnimplementedStudentServiceServer
}

func (*StudentServiceServerImpl) CreateStudent

func (server *StudentServiceServerImpl) CreateStudent(
	ctx context.Context, req *studentv2.CreateStudentRequest,
) (res *studentv2.CreateStudentResponse, err error)

func (*StudentServiceServerImpl) DeleteStudent

func (server *StudentServiceServerImpl) DeleteStudent(
	ctx context.Context, req *studentv2.DeleteStudentRequest) (
	res *studentv2.DeleteStudentResponse, err error,
)

func (*StudentServiceServerImpl) GetDetailStudent

func (server *StudentServiceServerImpl) GetDetailStudent(
	ctx context.Context, req *studentv2.GetDetailStudentRequest,
) (
	res *studentv2.GetDetailStudentResponse, err error)

func (*StudentServiceServerImpl) GetListStudent

func (server *StudentServiceServerImpl) GetListStudent(
	ctx context.Context, req *studentv2.GetListStudentRequest,
) (res *studentv2.GetListStudentResponse, err error)

Jump to

Keyboard shortcuts

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