package
0.0.0-20240601134356-251ac3f7e349
Repository: https://github.com/darkmetrix/gofra.git
Documentation: pkg.go.dev
# Functions
NewBasicServiceLayout returns the basic service directory layout pointer.
NewGRPCLayout returns the gRPC directory layout pointer.
# Structs
BasicServiceLayout defines the layout of a general service adapting to the standards of https://github.com/golang-standards/project-layout.
GRPCLayout implements Layout interface to generate gRPC service directory structure.
# Interfaces
GRPCServiceLayout defines the layout interface of a gRPC service without.
Layout interface.
ServiceLayout defines the layout interface of a typical service.