grpcservice

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

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

Go to latest
Published: Jul 22, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PingServer

type PingServer struct {
	ping.UnimplementedPingServiceServer
	// contains filtered or unexported fields
}

func NewPingServer

func NewPingServer(logger *fxlogger.Logger) *PingServer

func (*PingServer) Ping

type PostsCrudServer

type PostsCrudServer struct {
	posts.UnimplementedPostCrudServiceServer
	// contains filtered or unexported fields
}

func NewPostsCrudServer

func NewPostsCrudServer(repository *repository.PostRepository, logger *fxlogger.Logger) *PostsCrudServer

func (*PostsCrudServer) CreatePost

func (*PostsCrudServer) DeletePost

func (*PostsCrudServer) GetPost

func (*PostsCrudServer) ListPosts

func (*PostsCrudServer) UpdatePost

Jump to

Keyboard shortcuts

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