handler

package
v0.0.0-...-4cf4b36 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventServiceServer

type EventServiceServer struct {
	eventpb.UnimplementedEventServiceServer
	// contains filtered or unexported fields
}

func NewEventServiceServer

func NewEventServiceServer(queries *db.Queries) *EventServiceServer

NewEventServiceServer initializes the server with sqlc queries

func (*EventServiceServer) DeleteEvent

DeleteEvent handles deleting an event by ID

func (*EventServiceServer) GetEvent

GetEvent handles fetching a single event by ID

func (*EventServiceServer) GetEvents

GetEvents handles fetching paginated and filtered events

func (*EventServiceServer) PutEvent

PutEvent handles inserting a new event

type KpiServiceServer

type KpiServiceServer struct {
	kpipb.UnimplementedKpiServiceServer
	// contains filtered or unexported fields
}

func NewKpiServiceServer

func NewKpiServiceServer(queries *db.Queries) *KpiServiceServer

NewKpiServiceServer initializes the server with sqlc queries

func (*KpiServiceServer) DeleteKpi

DeleteKpi handles deleting an kpi by ID

func (*KpiServiceServer) GetKpi

GetKpi handles fetching a single kpi by ID

func (*KpiServiceServer) GetKpis

GetKpis handles fetching paginated and filtered kpis

func (*KpiServiceServer) PutKpi

PutKpi handles inserting a new kpi

type OkrServiceServer

type OkrServiceServer struct {
	pb.UnimplementedOkrServiceServer
	// contains filtered or unexported fields
}

func NewOkrServiceServer

func NewOkrServiceServer(queries *db.Queries) *OkrServiceServer

NewOkrServiceServer initializes the server with sqlc queries

func (*OkrServiceServer) DeleteOkr

DeleteOkr handles deleting an okr by ID

func (*OkrServiceServer) GetOkr

GetOkr handles fetching a single okr by ID

func (*OkrServiceServer) GetOkrs

GetOkrs handles fetching paginated and filtered okrs

func (*OkrServiceServer) PutKr

PutKr handles inserting a new kr

func (*OkrServiceServer) PutOkr

PutOkr handles inserting a new okr

Jump to

Keyboard shortcuts

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